pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/ui/gui psppire.c [simpler-proc]


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/ui/gui psppire.c [simpler-proc]
Date: Thu, 31 May 2007 18:09:21 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         simpler-proc
Changes by:     Ben Pfaff <blp> 07/05/31 18:09:21

Modified files:
        src/ui/gui     : psppire.c 

Log message:
        Put #include <config.h> at top of file.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/psppire.c?cvsroot=pspp&only_with_tag=simpler-proc&r1=1.35.2.3&r2=1.35.2.4

Patches:
Index: psppire.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/ui/gui/psppire.c,v
retrieving revision 1.35.2.3
retrieving revision 1.35.2.4
diff -u -b -r1.35.2.3 -r1.35.2.4
--- psppire.c   29 May 2007 00:27:46 -0000      1.35.2.3
+++ psppire.c   31 May 2007 18:09:21 -0000      1.35.2.4
@@ -1,4 +1,3 @@
-#include <data/casereader.h>
 /*
    PSPPIRE --- A Graphical User Interface for PSPP
    Copyright (C) 2004, 2005, 2006  Free Software Foundation
@@ -27,6 +26,7 @@
 #include "data-editor.h"
 #include <libpspp/version.h>
 #include <libpspp/copyleft.h>
+#include <data/casereader.h>
 #include <data/datasheet.h>
 #include <data/file-handle-def.h>
 #include <data/format.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]