X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Foutput%2Fcharts%2Fplot-hist.c;h=14674a14884390324eff9ca9906cac7011f7dcdf;hb=164d1274fcb70c54897f2a03fc7c27152ed4821a;hp=68c0a6a8d4173b971373a075f112354982614e79;hpb=000e3e8c5818476c3afbc75fad9347aefb6e902a;p=pspp-builds.git diff --git a/src/output/charts/plot-hist.c b/src/output/charts/plot-hist.c index 68c0a6a8..14674a14 100644 --- a/src/output/charts/plot-hist.c +++ b/src/output/charts/plot-hist.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2004 Free Software Foundation, Inc. - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -21,16 +20,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)