Added custom psppire-selector widget.
[pspp-builds.git] / src / ui / gui / psppire-case-file.c
index fda121605a467dee5c5089c2a302780857554a6f..ec50b1525b74d516de207ddd4e8a33277cdb06a8 100644 (file)
@@ -21,7 +21,6 @@
 #include <string.h>
 #include <stdlib.h>
 
-#include "psppire-object.h"
 #include "psppire-case-file.h"
 
 #include <gtksheet/gtkextra-marshal.h>
@@ -75,7 +74,7 @@ psppire_case_file_get_type (void)
        (GInstanceInitFunc) psppire_case_file_init,
       };
 
-      object_type = g_type_register_static (G_TYPE_PSPPIRE_OBJECT, "PsppireCaseFile",
+      object_type = g_type_register_static (G_TYPE_OBJECT, "PsppireCaseFile",
                                            &object_info, 0);
     }