gui: Remove obviously unnecessary #include directives.
[pspp-builds.git] / src / ui / gui / crosstabs-dialog.h
index 11da9814cfa462a37ab2960c5c16226f99b6b3ed..65e47610d615bf885216bce188ce44756c8e5bd5 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008  Free Software Foundation
+   Copyright (C) 2008, 2010  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
 #ifndef __CROSSTABS_DIALOG_H
 #define __CROSSTABS_DIALOG_H
 
+#include "psppire-data-window.h"
 
-#include <gtk/gtk.h>
-
-
-void crosstabs_dialog (GObject *o, gpointer data);
+void crosstabs_dialog (PsppireDataWindow * data);
 
 #endif