From: Ben Pfaff Date: Wed, 8 Sep 2010 04:44:46 +0000 (-0700) Subject: gui: Remove obviously unnecessary #include directives. X-Git-Tag: v0.7.8~13 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=60145a4854479fcffe0149083b55b8b5102ac479 gui: Remove obviously unnecessary #include directives. These simple header files #include but do not reference anything from GTK+, so they do not to #include its header. --- diff --git a/src/ui/gui/aggregate-dialog.h b/src/ui/gui/aggregate-dialog.h index 302e5943..4ebfecfc 100644 --- a/src/ui/gui/aggregate-dialog.h +++ b/src/ui/gui/aggregate-dialog.h @@ -17,8 +17,6 @@ #ifndef __AGGREGATE_DIALOG_H #define __AGGREGATE_DIALOG_H - -#include #include "psppire-data-window.h" void aggregate_dialog (PsppireDataWindow * data); diff --git a/src/ui/gui/binomial-dialog.h b/src/ui/gui/binomial-dialog.h index 8f2f9a18..b50e444c 100644 --- a/src/ui/gui/binomial-dialog.h +++ b/src/ui/gui/binomial-dialog.h @@ -17,7 +17,6 @@ #ifndef __BINOMIAL_DIALOG_H #define __BINOMIAL_DIALOG_H -#include #include "psppire-data-window.h" void binomial_dialog (PsppireDataWindow * data); diff --git a/src/ui/gui/chi-square-dialog.h b/src/ui/gui/chi-square-dialog.h index 8292ff96..d372b60e 100644 --- a/src/ui/gui/chi-square-dialog.h +++ b/src/ui/gui/chi-square-dialog.h @@ -17,7 +17,6 @@ #ifndef __CHI_SQUARE_DIALOG_H #define __CHI_SQUARE_DIALOG_H -#include #include "psppire-data-window.h" void chisquare_dialog (PsppireDataWindow * data); diff --git a/src/ui/gui/compute-dialog.h b/src/ui/gui/compute-dialog.h index 4594f5c2..6e136074 100644 --- a/src/ui/gui/compute-dialog.h +++ b/src/ui/gui/compute-dialog.h @@ -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 #include "psppire-data-window.h" void compute_dialog (PsppireDataWindow * data); diff --git a/src/ui/gui/correlation-dialog.h b/src/ui/gui/correlation-dialog.h index f9342f26..9a05837c 100644 --- a/src/ui/gui/correlation-dialog.h +++ b/src/ui/gui/correlation-dialog.h @@ -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 #include "psppire-data-window.h" void correlation_dialog (PsppireDataWindow * data); diff --git a/src/ui/gui/crosstabs-dialog.h b/src/ui/gui/crosstabs-dialog.h index dee6110b..65e47610 100644 --- a/src/ui/gui/crosstabs-dialog.h +++ b/src/ui/gui/crosstabs-dialog.h @@ -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 #include "psppire-data-window.h" void crosstabs_dialog (PsppireDataWindow * data); diff --git a/src/ui/gui/descriptives-dialog.h b/src/ui/gui/descriptives-dialog.h index b0dc7fab..18195761 100644 --- a/src/ui/gui/descriptives-dialog.h +++ b/src/ui/gui/descriptives-dialog.h @@ -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,11 +17,8 @@ #ifndef __DESCRIPTIVES_DIALOG_H #define __DESCRIPTIVES_DIALOG_H - -#include #include "psppire-data-window.h" - void descriptives_dialog (PsppireDataWindow * data); #endif diff --git a/src/ui/gui/examine-dialog.h b/src/ui/gui/examine-dialog.h index 707b4f0c..15835a0e 100644 --- a/src/ui/gui/examine-dialog.h +++ b/src/ui/gui/examine-dialog.h @@ -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 #include "psppire-data-window.h" void examine_dialog (PsppireDataWindow * data); diff --git a/src/ui/gui/factor-dialog.h b/src/ui/gui/factor-dialog.h index b735d46a..04ecbca2 100644 --- a/src/ui/gui/factor-dialog.h +++ b/src/ui/gui/factor-dialog.h @@ -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 #include "psppire-data-window.h" void factor_dialog (PsppireDataWindow * data); diff --git a/src/ui/gui/find-dialog.h b/src/ui/gui/find-dialog.h index bba986bc..65053d57 100644 --- a/src/ui/gui/find-dialog.h +++ b/src/ui/gui/find-dialog.h @@ -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 #include "psppire-data-window.h" /* Pops up the Find dialog box */ diff --git a/src/ui/gui/frequencies-dialog.h b/src/ui/gui/frequencies-dialog.h index 605f1de1..5632ab5e 100644 --- a/src/ui/gui/frequencies-dialog.h +++ b/src/ui/gui/frequencies-dialog.h @@ -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 #include "psppire-data-window.h" void frequencies_dialog (PsppireDataWindow * data); diff --git a/src/ui/gui/goto-case-dialog.h b/src/ui/gui/goto-case-dialog.h index 3a3cbac0..9435cb2c 100644 --- a/src/ui/gui/goto-case-dialog.h +++ b/src/ui/gui/goto-case-dialog.h @@ -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 #include "psppire-data-window.h" void goto_case_dialog (PsppireDataWindow * data);