X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fbox-whisker.h;h=f6856d1e8a125783242b9a67ff8f9b8f5150eacb;hb=46ad74de6bcf18e2a59b208eee18648f27b08272;hp=bef091e83b448dafc5c601fab3d04eb0d60f19f6;hpb=cb72db62c20ecab427229110820c5b053d0663c4;p=pspp diff --git a/src/math/box-whisker.h b/src/math/box-whisker.h index bef091e83b..f6856d1e8a 100644 --- a/src/math/box-whisker.h +++ b/src/math/box-whisker.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 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 @@ -18,9 +18,9 @@ #define __MATH_BOX_WHISKER_H__ #include -#include -#include -#include "order-stats.h" +#include "libpspp/ll.h" +#include "libpspp/str.h" +#include "math/order-stats.h" /* This module calculates the statistics typically displayed by box-plots. However, there's no reason not to use it for other purposes too.