Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / output / charts / box-whisker.c
index 173906644508c727e4315d184ecbcfd9e2e64e39..8c0160dfa1ae6a21f7742fa6bf204aa664a671ae 100644 (file)
    02110-1301, USA. */
 
 
-#include "chart.h"
-#include "chart-geometry.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