X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart.h;h=d6b9b3d49e38222ecd8ba36ce49c87f69037003a;hb=204a1ee35aebcc2cf955017070c1a3638cdaee22;hp=fea64edfca33ce428c0f534b1ca5aabfec9159ce;hpb=41df2767aa78e928e50c59f05db2051f687355d4;p=pspp-builds.git diff --git a/src/output/chart.h b/src/output/chart.h index fea64edf..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 -#ifdef HAVE_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 *);