X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fbarchart.c;h=8e1b63d7ff97b631fe3974f03052e93c4976eba7;hb=9105b67fe006fe41c044e3659325594a52d0c899;hp=efa0ce82bef12664104176e138be5eba16ccd621;hpb=000e3e8c5818476c3afbc75fad9347aefb6e902a;p=pspp-builds.git diff --git a/src/output/charts/barchart.c b/src/output/charts/barchart.c index efa0ce82..8e1b63d7 100644 --- a/src/output/charts/barchart.c +++ b/src/output/charts/barchart.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 @@ -18,13 +17,15 @@ 02110-1301, USA. */ +#include + #include #include #include #include -#include "barchart.h" -#include "chart.h" -#include "plot-chart.h" +#include +#include +#include #define CATAGORIES 6 #define SUB_CATAGORIES 3