X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fextrema.c;h=7b82a5c4a0e4914d04c35d8c726209adadaaf9c9;hb=2db8b20dbf5b3ab77430cc0c6a562fc17fe03e83;hp=617c7ac72bb15ba646c2e9b7926188bcaa40bc04;hpb=9e0e4996fad6563f0a1ce628b80db5c23ef8279e;p=pspp diff --git a/src/math/extrema.c b/src/math/extrema.c index 617c7ac72b..7b82a5c4a0 100644 --- a/src/math/extrema.c +++ b/src/math/extrema.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 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 @@ -15,14 +15,18 @@ along with this program. If not, see . */ #include -#include "extrema.h" -#include -#include -#include -#include -#include + +#include "math/extrema.h" + #include +#include "data/case.h" +#include "data/val-type.h" +#include "libpspp/compiler.h" +#include "libpspp/ll.h" + +#include "gl/xalloc.h" + struct extrema { size_t capacity;