output: Use Cairo and Pango to draw charts, instead of libplot.
[pspp-builds.git] / src / output / chart.h
index b05b5ba41accc41eeeccda56ff1a7bbeadb996a3..d6b9b3d49e38222ecd8ba36ce49c87f69037003a 100644 (file)
 #ifndef OUTPUT_CHART_H
 #define OUTPUT_CHART_H 1
 
-/* <plot.h> requires <stdio.h> but doesn't #include it. */
-#include <stdio.h>
-
-#ifdef HAVE_CHARTS
-#include <plot.h>
-#else
-#include <output/charts/libplot-dummy.h>
-#endif
+#include <cairo/cairo.h>
 
 struct chart;