X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Forder-stats.h;h=f3e470e652c32ad0020e38a88bcb4bfbf45bdc24;hb=da1bf03a84fa10f04e8c5438f22b523f0480dd7d;hp=07da284aa26af9faa95df9872d00163092471686;hpb=2cae74e57bd1bc78f09ef0b01411d3ba83a9857d;p=pspp-builds.git diff --git a/src/math/order-stats.h b/src/math/order-stats.h index 07da284a..f3e470e6 100644 --- a/src/math/order-stats.h +++ b/src/math/order-stats.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2004, 2008 Free Software Foundation, Inc. + Copyright (C) 2004, 2008, 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,8 +18,8 @@ #define __ORDER_STATS_H__ #include -#include -#include +#include "data/missing-values.h" +#include "math/statistic.h" struct casereader; struct variable;