Merge remote-tracking branch 'origin/master' into sheet
[pspp] / src / ui / gui / goto-case-dialog.h
index e7c70eee258fec818241c6c6ea232d72b4f24f70..93fb13a464d2aea8fde7d0d9d82abef6cc463263 100644 (file)
@@ -17,8 +17,9 @@
 #ifndef __GOTO_CASE_DIALOG_H
 #define __GOTO_CASE_DIALOG_H
 
-#include "psppire-data-sheet.h"
+#include "ui/gui/efficient-sheet/jmd-sheet.h"
 
-void goto_case_dialog (PsppireDataSheet *ds);
+
+void goto_case_dialog (JmdSheet *ds);
 
 #endif