X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fboxplot.c;h=deabc1fa6e8f059c026c5c079b6e4a60f43b0b5a;hb=7841b7dc7a33947552866d1cb10916d0eecdeeb6;hp=7e9248004b3c2b2662f684241e55ab06b865b0c4;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp diff --git a/src/output/charts/boxplot.c b/src/output/charts/boxplot.c index 7e9248004b..deabc1fa6e 100644 --- a/src/output/charts/boxplot.c +++ b/src/output/charts/boxplot.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004, 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2004, 2008, 2009, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,10 +17,10 @@ #include -#include +#include "output/charts/boxplot.h" -#include -#include +#include "math/box-whisker.h" +#include "output/chart-item-provider.h" struct boxplot * boxplot_create (double y_min, double y_max, const char *title)