X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fcharts%2Fplot-hist.c;h=a500d5bf627933b125a39cbfbbd9a9766970ca8d;hb=65e61cc92b48297625bc71cf31b8a19e301eb6c1;hp=68c0a6a8d4173b971373a075f112354982614e79;hpb=000e3e8c5818476c3afbc75fad9347aefb6e902a;p=pspp diff --git a/src/output/charts/plot-hist.c b/src/output/charts/plot-hist.c index 68c0a6a8d4..a500d5bf62 100644 --- a/src/output/charts/plot-hist.c +++ b/src/output/charts/plot-hist.c @@ -21,16 +21,18 @@ #include #include -#include "plot-hist.h" -#include "plot-chart.h" #include #include #include #include #include -#include "hash.h" -#include "variable.h" -#include "chart.h" + +#include +#include + +#include +#include +#include #include "gettext.h" #define _(msgid) gettext (msgid)