output: Use Cairo and Pango to draw charts, instead of libplot.
[pspp-builds.git] / src / output / chart.h
index 598c91eb9fb492c1f4d78b79c8e8e9c4b2940e84..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;
 
-void chart_draw (const struct chart *, plPlotter *);
 struct chart *chart_ref (const struct chart *);
 void chart_unref (struct chart *);