Revise.
[pspp] / src / algorithm.c
index ca427a0d49549acf11e8ce099ee1072a1793853d..54103b36d639f518a1db498947c431bf2e021242 100644 (file)
@@ -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 <alloca.h>
-#endif
-
 #include <limits.h>
 #include <stdlib.h>
 #include <string.h>