Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / output / charts / barchart.c
index efa0ce82bef12664104176e138be5eba16ccd621..c49ebf027480db1c977f74d74ec4fdf121a0e22f 100644 (file)
@@ -22,9 +22,9 @@
 #include <plot.h>
 #include <stdarg.h>
 #include <math.h>
-#include "barchart.h"
-#include "chart.h"
-#include "plot-chart.h"
+#include <output/charts/barchart.h>
+#include <output/chart.h>
+#include <output/charts/plot-chart.h>
 
 #define CATAGORIES 6
 #define SUB_CATAGORIES 3