]> sjero.net Git - wget/blobdiff - src/wget.h
Undo the USE_GNULIB_ALLOC defines.
[wget] / src / wget.h
index a0122db9cc2043e7006c62ce7c9e1756229f857a..561e9cf917e53d15faad983a4c2b9a90b7cf0b54 100644 (file)
@@ -208,12 +208,8 @@ typedef double SUM_SIZE_INT;
 #include "options.h"
 
 /* Everything uses this, so include them here directly.  */
-#ifdef USE_GNULIB_ALLOC
-# include <alloca.h>
-# include "xalloc.h"
-#else
-# include "xmalloc.h"
-#endif
+#include <alloca.h>
+#include "xalloc.h"
 
 /* Likewise for logging functions.  */
 #include "log.h"