Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / output / charts / plot-hist.c
index 68c0a6a8d4173b971373a075f112354982614e79..a500d5bf627933b125a39cbfbbd9a9766970ca8d 100644 (file)
 #include <config.h>
 
 #include <stdio.h>
-#include "plot-hist.h"
-#include "plot-chart.h"
 #include <plot.h>
 #include <math.h>
 #include <gsl/gsl_histogram.h>
 #include <gsl/gsl_randist.h>
 #include <assert.h>
-#include "hash.h"
-#include "variable.h"
-#include "chart.h"
+
+#include <output/charts/plot-hist.h>
+#include <output/charts/plot-chart.h>
+
+#include <data/variable.h>
+#include <libpspp/hash.h>
+#include <output/chart.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)