X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fwget.h;h=561e9cf917e53d15faad983a4c2b9a90b7cf0b54;hp=a0122db9cc2043e7006c62ce7c9e1756229f857a;hb=2c772204111e678b7715937052c3e7217a42e1ad;hpb=2957ce1cbc36a89d09bc3f8dd3c29c0a5aae2a92 diff --git a/src/wget.h b/src/wget.h index a0122db9..561e9cf9 100644 --- a/src/wget.h +++ b/src/wget.h @@ -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 -# include "xalloc.h" -#else -# include "xmalloc.h" -#endif +#include +#include "xalloc.h" /* Likewise for logging functions. */ #include "log.h"