X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fpercentiles.c;h=d00cf3e0eea4d28772f43dcd0138412d032f7e60;hb=85db5367fadb69d077392b4f07831cb608f62b6d;hp=372bd4ca08bfd2dedc38c116e3f3cdf11c5da41d;hpb=2322678e8fddbbf158b01b2720db2636404bba3b;p=pspp diff --git a/src/math/percentiles.c b/src/math/percentiles.c index 372bd4ca08..d00cf3e0ee 100644 --- a/src/math/percentiles.c +++ b/src/math/percentiles.c @@ -19,10 +19,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include -#include "compiler.h" +#include #include "factor-stats.h" #include "percentiles.h" -#include "misc.h" +#include #include "gettext.h" #define _(msgid) gettext (msgid)