Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / output / charts / cartesian.c
index 2a9b1c5fcbbf33f30bf00e28cf53f59d39531ad5..a8057ba43b8152276c9ebfbb66bdbe7b130e1643 100644 (file)
 
 
 #include <math.h>
-#include "chart.h"
 #include <assert.h>
-#include "plot-chart.h"
-#include "cartesian.h"
-#include "compiler.h"
+
+#include <output/chart.h>
+
+#include <output/charts/plot-chart.h>
+#include <output/charts/cartesian.h>
+#include <libpspp/compiler.h>