gui: Remove obviously unnecessary #include directives.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 8 Sep 2010 04:44:46 +0000 (21:44 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 3 May 2011 14:52:49 +0000 (07:52 -0700)
These simple header files #include <gtk/gtk.h> but do not reference
anything from GTK+, so they do not to #include its header.

12 files changed:
src/ui/gui/aggregate-dialog.h
src/ui/gui/binomial-dialog.h
src/ui/gui/chi-square-dialog.h
src/ui/gui/compute-dialog.h
src/ui/gui/correlation-dialog.h
src/ui/gui/crosstabs-dialog.h
src/ui/gui/descriptives-dialog.h
src/ui/gui/examine-dialog.h
src/ui/gui/factor-dialog.h
src/ui/gui/find-dialog.h
src/ui/gui/frequencies-dialog.h
src/ui/gui/goto-case-dialog.h

index 302e594347a788c299588974583e82fceaea4a7a..4ebfecfcdd8d8b85862fb3c421e03916beb74eca 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef __AGGREGATE_DIALOG_H
 #define __AGGREGATE_DIALOG_H
 
-
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void aggregate_dialog (PsppireDataWindow * data);
index 8f2f9a18e4d2b9fe78817be688f681c4f69f3fc7..b50e444cf4d70ed068b3318435a735c72df0e274 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __BINOMIAL_DIALOG_H
 #define __BINOMIAL_DIALOG_H
 
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void binomial_dialog (PsppireDataWindow * data);
index 8292ff966890cfc4e53011e76262a13bafed6671..d372b60e120f05b80c98dd8b71090d65748eebbd 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef __CHI_SQUARE_DIALOG_H
 #define __CHI_SQUARE_DIALOG_H
 
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void chisquare_dialog (PsppireDataWindow * data);
index 4594f5c2797de8f5e3dc6ac998124c71c6cda71c..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,8 +17,6 @@
 #ifndef __COMPUTE_DIALOG_H
 #define __COMPUTE_DIALOG_H
 
-
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void compute_dialog (PsppireDataWindow * data);
index f9342f26ac0ec9680f19a0a5e7f1fb319429b839..9a05837c7b3d9e19fcacde1f8a373f16a4f95903 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2009  Free Software Foundation
+   Copyright (C) 2009, 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,7 +17,6 @@
 #ifndef __CORRELATION_DIALOG_H
 #define __CORRELATION_DIALOG_H
 
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void correlation_dialog (PsppireDataWindow * data);
index dee6110b865f302c0d57b9ebc31c93b8ec8922a1..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
@@ -17,8 +17,6 @@
 #ifndef __CROSSTABS_DIALOG_H
 #define __CROSSTABS_DIALOG_H
 
-
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void crosstabs_dialog (PsppireDataWindow * data);
index b0dc7fab2d2c143d7abb12fb0283b2e6a2e01949..18195761ff1949406e073ba6f39c2090c290a0dc 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
 #ifndef __DESCRIPTIVES_DIALOG_H
 #define __DESCRIPTIVES_DIALOG_H
 
-
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
-
 void descriptives_dialog (PsppireDataWindow * data);
 
 #endif
index 707b4f0c59160189336c6167cb544294a5b36347..15835a0ecdbb47af195ca35e76623a558406ad8c 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,8 +17,6 @@
 #ifndef __EXAMINE_DIALOG_H
 #define __EXAMINE_DIALOG_H
 
-
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void examine_dialog (PsppireDataWindow * data);
index b735d46a765b4b2ea9da9f983ed5764565b8b312..04ecbca22e691536d78ab7c801245ec3d475b9d8 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2009  Free Software Foundation
+   Copyright (C) 2009, 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,8 +17,6 @@
 #ifndef __FACTOR_DIALOG_H
 #define __FACTOR_DIALOG_H
 
-
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void factor_dialog (PsppireDataWindow * data);
index bba986bca6c11c9bbb4388255531361538303aa0..65053d57e529b00782e7b9a4b919ac01ce63ddb8 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
@@ -18,7 +18,6 @@
 #ifndef FIND_DIALOG_H
 #define FIND_DIALOG_H
 
-#include <glib.h>
 #include "psppire-data-window.h"
 
 /* Pops up the Find dialog box */
index 605f1de13195dc8a2f6766786e62d0c09fd585ba..5632ab5e7766617b7f1dd5e0e11d62c12ef62871 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,8 +17,6 @@
 #ifndef __FREQUENCIES_DIALOG_H
 #define __FREQUENCIES_DIALOG_H
 
-
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void frequencies_dialog (PsppireDataWindow * data);
index 3a3cbac0657863b1864b72f8306c0a505f5c79d7..9435cb2c1f44ee805f1c4155a90ea7155c31ac2c 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,8 +17,6 @@
 #ifndef __GOTO_CASE_DIALOG_H
 #define __GOTO_CASE_DIALOG_H
 
-
-#include <gtk/gtk.h>
 #include "psppire-data-window.h"
 
 void goto_case_dialog (PsppireDataWindow * data);