output: Use Cairo and Pango to draw charts, instead of libplot.
[pspp-builds.git] / src / output / chart.h
index 93762dbd4fb311df363d56d40cb23b583879806f..d6b9b3d49e38222ecd8ba36ce49c87f69037003a 100644 (file)
 #ifndef OUTPUT_CHART_H
 #define OUTPUT_CHART_H 1
 
-#ifndef NO_CHARTS
-#include <stdio.h>              /* Required by <plot.h>. */
-#include <plot.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 *);