Add #include <config.h>.
[pspp-builds.git] / src / output / charts / box-whisker.c
index 173906644508c727e4315d184ecbcfd9e2e64e39..69de11a94b1bbc72db2601009614cd609a0a6ea8 100644 (file)
@@ -1,6 +1,5 @@
 /* PSPP - computes sample statistics.
    Copyright (C) 2004 Free Software Foundation, Inc.
-   Written by John Darrington <john@darrington.wattle.id.au>
 
    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License as
    02110-1301, USA. */
 
 
-#include "chart.h"
-#include "chart-geometry.h"
+#include <config.h>
+
 #include <math.h>
 #include <assert.h>
-#include "misc.h"
+#include <libpspp/misc.h>
+
+#include <output/charts/box-whisker.h>
+#include <output/charts/plot-chart.h>
+
+#include <output/chart.h>
+#include <math/chart-geometry.h>
+#include <math/factor-stats.h>
+
 
-#include "factor-stats.h"
-#include "box-whisker.h"
-#include "plot-chart.h"
 
 
 /* Draw a box-and-whiskers plot