Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / output / charts / plot-chart.h
index ffcf3b0180f7e807969d38fbe282a5d97fcaffb4..e8bb7d42ce8befdbcbf27c4e2bfb2e68959771c4 100644 (file)
 #include <math.h>
 
 
-#include "chart-geometry.h"
-#include "chart.h"
-#include "str.h"
-#include "alloc.h"
-#include "manager.h"
-#include "output.h"
+#include <math/chart-geometry.h>
+#include <output/chart.h>
+
+#include <libpspp/str.h>
+#include <libpspp/alloc.h>
+#include <output/manager.h>
+#include <output/output.h>
 
 
 #ifndef PLOT_CHART_H