X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Falgorithm.c;h=54103b36d639f518a1db498947c431bf2e021242;hb=897a260ef7a8b954d56698cc40241a3197127505;hp=ca427a0d49549acf11e8ce099ee1072a1793853d;hpb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;p=pspp diff --git a/src/algorithm.c b/src/algorithm.c index ca427a0d49..54103b36d6 100644 --- a/src/algorithm.c +++ b/src/algorithm.c @@ -571,10 +571,6 @@ lexicographical_compare_3way (const void *array1, size_t count1, Engineering a sort function; Jon Bentley and M. Douglas McIlroy; Software - Practice and Experience; Vol. 23 (11), 1249-1265, 1993. */ -#ifdef HAVE_ALLOCA_H -#include -#endif - #include #include #include