From: Ben Pfaff Date: Sun, 31 Jul 2005 05:35:05 +0000 (+0000) Subject: Inclusion of is unneeded. X-Git-Tag: sav-api~2260 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dce32fd36df874826cbcac0e5e9b4efd218d32c;p=pspp Inclusion of is unneeded. --- diff --git a/src/ChangeLog b/src/ChangeLog index 78208e4512..a790250a2f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Sat Jul 30 22:34:18 2005 Ben Pfaff + + * algorithm.c: Inclusion of is unneeded. + Sat Jul 30 22:01:32 2005 Ben Pfaff * Make.build: Don't append -ansi to AM_CFLAGS for GCC. Using 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