config.h-fixes.patch from patch #6230.
authorBen Pfaff <blp@gnu.org>
Fri, 12 Oct 2007 05:05:31 +0000 (05:05 +0000)
committerBen Pfaff <blp@gnu.org>
Fri, 12 Oct 2007 05:05:31 +0000 (05:05 +0000)
Do #include <config.h> from every .c file.
Do not #include <config.h> from any .h file.

12 files changed:
src/data/value.h
src/language/stats/binomial.h
src/language/stats/npar-summary.h
src/language/stats/sort-criteria.h
src/output/chart.h
src/output/charts/box-whisker.h
src/output/charts/plot-chart.h
src/output/charts/plot-hist.h
src/output/output.h
src/ui/gui/clipboard.h
src/ui/gui/t-test-independent-samples-dialog.c
src/ui/gui/widget-io.h

index c751060ee8a7ed41b226ec0416f642f0f2814372..b7a7ee701f8ae31f695e35629ca26b562b853842 100644 (file)
@@ -21,7 +21,6 @@
 #include <libpspp/float-format.h>
 #include <libpspp/misc.h>
 #include "minmax.h"
-#include <config.h>
 
 /* Values. */
 
index c78bfa4a7a922e8f1b17d1e3bf49bd73258c2565..a8360330aa43d4a49c53f93fbd1f4798bf35d77e 100644 (file)
@@ -17,7 +17,6 @@
 #if !binomial_h
 #define binomial_h 1
 
-#include <config.h>
 #include <stddef.h>
 #include <stdbool.h>
 
index 4cd080a29958b3c94976b1d03fa7e8718f65e9e6..6cf6367cbee02d7ac267a2396f0794ef8bd9e84e 100644 (file)
@@ -17,8 +17,6 @@
 #if !n_par_summary_h
 #define n_par_summary_h 1
 
-#include <config.h>
-
 struct variable ;
 struct casereader ;
 struct dictionary;
index 051c34e3b4c0f146b5067358f8755d7c1ceb197d..02a4a6cbefb8c552828535978f8b37c4f3dc605d 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef SORT_CRITERIA_H
 #define SORT_CRITERIA_H
 
-#include <config.h>
 #include <stdbool.h>
 #include <stddef.h>
 
index 5444b2d14ef191ef676d4060eb909b8d9b26e362..9586eb1e068aba5f480b758a79db4463c8ae465a 100644 (file)
@@ -14,7 +14,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-#include <config.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
index e536b83316a106e948d7477ece61189a8718dfd9..656d8d49b3cb496277b0a8d49f386b1e6492d41c 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef BOX_WHISKER_H
 #define BOX_WHISKER_H
 
-#include <config.h>
-
 struct chart ;
 struct weighted_value;
 struct metrics;
index 5cee5a9a245f82a87f66769729c37385fd4d5169..dae1cc07a1adcb30dd81f58b48eaec53d1874292 100644 (file)
@@ -14,7 +14,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-#include <config.h>
 #include <stdio.h>
 #include <stdarg.h>
 #include <string.h>
index c674aa609fa19968eac8eb0917b2a09933fa058c..c808cb4e57fd6fe865cad87f5e9ca573f339b038 100644 (file)
@@ -17,7 +17,6 @@
 #ifndef PLOT_HIST_H
 #define PLOT_HIST_H
 
-#include <config.h>
 #include <gsl/gsl_histogram.h>
 
 
index 2585aa8cbf346783d02557d596db5757e8d4339a..fc66874068da031cafef1743406131c486ee504d 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef OUTPUT_OUTPUT_H
 #define OUTPUT_OUTPUT_H 1
 
-#include <config.h>
-
 #include <libpspp/str.h>
 
 
index b7bd5782d041621faf1252daee149e8de2de4e7b..6f312fa7036d7a2d264752207525e12f5984da11 100644 (file)
@@ -14,7 +14,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-#include <config.h>
 #include <gtksheet/gtksheet.h>
 
 #ifndef CLIPBOARD_H
index f5d6c09dc8227c174de0413c2e0d4e22ac300a49..2138317188ddc376e8b5fea8c4f5124247be358e 100644 (file)
@@ -16,6 +16,7 @@
 */
 
 
+#include <config.h>
 #include <glade/glade.h>
 #include <gtk/gtk.h>
 #include "t-test-independent-samples-dialog.h"
index 073578c57018dbcc14ff46a20487603a2119db16..0fdb8caae7941557cddb22c4fd3d732d48f484ee 100644 (file)
@@ -14,8 +14,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
-#include <config.h>
-
 #include <gtk/gtk.h>