X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart.h;h=d6b9b3d49e38222ecd8ba36ce49c87f69037003a;hb=77dc491d3b0c1429801ec839e7afab0fbef6a7fc;hp=598c91eb9fb492c1f4d78b79c8e8e9c4b2940e84;hpb=0a214c1f9ca0132a6bdc36c538a0f77964672847;p=pspp-builds.git diff --git a/src/output/chart.h b/src/output/chart.h index 598c91eb..d6b9b3d4 100644 --- a/src/output/chart.h +++ b/src/output/chart.h @@ -17,18 +17,10 @@ #ifndef OUTPUT_CHART_H #define OUTPUT_CHART_H 1 -/* requires but doesn't #include it. */ -#include - -#ifdef HAVE_CHARTS -#include -#else -#include -#endif +#include struct chart; -void chart_draw (const struct chart *, plPlotter *); struct chart *chart_ref (const struct chart *); void chart_unref (struct chart *);