psppire-var-sheet: Remove unneeded #include from header.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Aug 2012 19:28:37 +0000 (12:28 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 18 Aug 2012 19:28:55 +0000 (12:28 -0700)
src/ui/gui/psppire-var-sheet.c
src/ui/gui/psppire-var-sheet.h

index 5171cabbb1dd02c0a88e84db2e1313bea6f8b02f..d12617f6e39947da8a12ed20c348cba0d341fe6c 100644 (file)
@@ -26,6 +26,7 @@
 #include "data/value-labels.h"
 #include "psppire-var-store.h"
 #include "ui/gui/val-labs-dialog.h"
+#include "ui/gui/var-type-dialog.h"
 
 #include <gettext.h>
 #define _(msgid) gettext (msgid)
index 24e69af1b0bb5e5887be88c619a324d67e2b5923..1ea1559dd2b6170b25c8a6a205a53c9ab58104ad 100644 (file)
@@ -22,7 +22,6 @@
 #include <glib-object.h>
 #include <gtk-contrib/psppire-sheet.h>
 #include "missing-val-dialog.h"
-#include "var-type-dialog.h"
 
 
 G_BEGIN_DECLS