]> sjero.net Git - wget/blobdiff - src/xmalloc.c
Eschew config-post.h.
[wget] / src / xmalloc.c
index b003373b629d86ea30e4a5ed5d9b62d214282823..ac80fb38c996e3e20990d4ca1e75a2f42907d27f 100644 (file)
@@ -27,7 +27,7 @@ modify this file, you may extend this exception to your version of the
 file, but you are not obligated to do so.  If you do not wish to do
 so, delete this exception statement from your version.  */
 
-#include <config.h>
+#include "wget.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -35,7 +35,6 @@ so, delete this exception statement from your version.  */
 #include <errno.h>
 #include <assert.h>
 
-#include "wget.h"
 #include "xmalloc.h"
 #include "hash.h"               /* for hash_pointer */