Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / output / charts / dummy-chart.c
index a255f23795d254b8527ff42a129e3842f25c5392..b77700ba0f0a3cf7fc96229984af668e819982c4 100644 (file)
    This module is linked only when charts are not supported */
 
 #include "config.h"
-#include "chart.h"
-#include "plot-chart.h"
-#include "cartesian.h"
+#include <output/chart.h>
+#include <output/charts/plot-chart.h>
+#include <output/charts/cartesian.h>
 #include <gsl/gsl_histogram.h>
-#include "compiler.h"
+#include <libpspp/compiler.h>
 
 
 #ifndef NO_CHARTS