X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fchart.h;h=8d1a914691f7cfae70589aa27408ef15966de123;hb=72318eac4782acf0215da8dfd4575ac66a9a9f74;hp=eec5bff5b847a1d6d3b679c28156919c1b8651bd;hpb=bc51900253384a031401ef7a68674e350dc8225f;p=pspp-builds.git diff --git a/src/chart.h b/src/chart.h index eec5bff5..8d1a9146 100644 --- a/src/chart.h +++ b/src/chart.h @@ -21,12 +21,15 @@ #ifndef CHART_H #define CHART_H +#include #include -#include #include - #include "var.h" +#ifndef NO_CHARTS +#include +#endif + /* Array of standard colour names */ extern const char *data_colour[]; @@ -34,8 +37,10 @@ extern const char *data_colour[]; struct chart { +#ifndef NO_CHARTS plPlotter *lp ; plPlotterParams *pl_params; +#endif /* The geometry of the chart See diagram at the foot of this file.