Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / output / charts / plot-chart.c
index f965a6fed1aa746779f21960a6eaf15018bfa9f7..6b91045273122af627eeba060f163d3a90cc1283 100644 (file)
@@ -18,6 +18,7 @@
    02110-1301, USA. */
 
 #include <config.h>
+
 #include <stdio.h>
 #include <plot.h>
 #include <stdarg.h>
 #include <assert.h>
 #include <math.h>
 
-#include "chart-geometry.h"
-#include "plot-chart.h"
-#include "str.h"
-#include "alloc.h"
-#include "manager.h"
-#include "output.h"
-#include "plot-chart.h"
+#include <output/charts/plot-chart.h>
+#include <output/charts/plot-chart.h>
+
+#include <math/chart-geometry.h>
+
+
+
+#include <libpspp/str.h>
+#include <libpspp/alloc.h>
+#include <output/manager.h>
+#include <output/output.h>
+
 
 const char *data_colour[] = {
   "brown",