gui: Remove obviously unnecessary #include directives.
[pspp-builds.git] / src / ui / gui / compute-dialog.h
index 3611865e15de360bf1fa8d5688e14bbcbf547a20..6e136074a4fb615b14588b164477638de112de4b 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2007  Free Software Foundation
+   Copyright (C) 2007, 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
@@ -17,9 +17,8 @@
 #ifndef __COMPUTE_DIALOG_H
 #define __COMPUTE_DIALOG_H
 
+#include "psppire-data-window.h"
 
-#include <gtk/gtk.h>
-
-void compute_dialog (GObject *o, gpointer data);
+void compute_dialog (PsppireDataWindow * data);
 
 #endif