]> sjero.net Git - wget/blobdiff - src/spider.c
Eschew config-post.h.
[wget] / src / spider.c
index 37122ad10f51d283f7912fec4d37af93e1f5bcac..391efc288f0e590ef9c564f0ec264633faa28b73 100644 (file)
@@ -26,13 +26,12 @@ 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 <errno.h>
 #include <assert.h>
 
-#include "wget.h"
 #include "spider.h"
 #include "url.h"
 #include "utils.h"