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