X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fgoto-case-dialog.h;h=93fb13a464d2aea8fde7d0d9d82abef6cc463263;hb=d9d46e3c7ef1a275f57bf9f8ad3e47231d6fb58c;hp=e7c70eee258fec818241c6c6ea232d72b4f24f70;hpb=bea8b007855970c07083dbec5b5cc90f33990957;p=pspp diff --git a/src/ui/gui/goto-case-dialog.h b/src/ui/gui/goto-case-dialog.h index e7c70eee25..93fb13a464 100644 --- a/src/ui/gui/goto-case-dialog.h +++ b/src/ui/gui/goto-case-dialog.h @@ -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