X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart.h;h=d6b9b3d49e38222ecd8ba36ce49c87f69037003a;hb=b7cbf7cfbfa9de06ac8017c88b602477654c79a9;hp=93762dbd4fb311df363d56d40cb23b583879806f;hpb=a2a92dd38cf37e50ccfd56bedd4da21bc56dfe0f;p=pspp-builds.git diff --git a/src/output/chart.h b/src/output/chart.h index 93762dbd..d6b9b3d4 100644 --- a/src/output/chart.h +++ b/src/output/chart.h @@ -17,14 +17,10 @@ #ifndef OUTPUT_CHART_H #define OUTPUT_CHART_H 1 -#ifndef NO_CHARTS -#include /* Required by . */ -#include -#endif +#include struct chart; -void chart_draw (const struct chart *, plPlotter *); struct chart *chart_ref (const struct chart *); void chart_unref (struct chart *);