formats page: Construction is initialisation
[pspp] / src / ui / gui / page-sheet-spec.c
index 6f6695f51b7f06bda51292ea0fc44b99be721b5a..84de6a86c9be6a3da5c4b5ddb1a03254195d85e4 100644 (file)
@@ -53,6 +53,8 @@
 #include "ui/gui/psppire-scanf.h"
 #include "ui/syntax-gen.h"
 
+#include <data/casereader.h>
+
 #include "gl/error.h"
 #include "gl/intprops.h"
 #include "gl/xalloc.h"
@@ -64,6 +66,7 @@
 struct import_assistant;
 
 
+
 /* The "sheet-spec" page of the assistant. */
 
 /* The sheet_spec page of the assistant (only relevant for spreadsheet imports). */
@@ -206,7 +209,6 @@ void
 update_assistant (struct import_assistant *ia)
 {
   struct sheet_spec_page *ssp = ia->sheet_spec;
-  //  struct file *file = &ia->file;
   int rows = 0;