Implemented data-store using a casefile instead of an array of cases.
[pspp] / src / ui / gui / data-sheet.h
index e89433807f6c04e3a16b9c22eb3e16101533e4e4..1fa579ffe31301aa1587710460eda0bebb2f8083 100644 (file)
@@ -22,9 +22,8 @@
 #ifndef DATA_SHEET_H
 #define DATA_SHEET_H
 
-#include <gtksheet.h>
-#include <psppire-case-array.h>
-#include <psppire-dict.h>
+#include <gtksheet/gtksheet.h>
+#include "psppire-dict.h"
 
 void psppire_data_sheet_clear(GtkSheet *sheet);