]> sjero.net Git - wget/blobdiff - src/main.c
Eschew config-post.h.
[wget] / src / main.c
index 4c1a70e2ecee982f919bde0d53220dba920ac404..7e36e5d83f6a59fe4809e70e4c213241a5dbdf2f 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>
@@ -43,7 +43,6 @@ so, delete this exception statement from your version.  */
 #include <errno.h>
 #include <time.h>
 
-#include "wget.h"
 #include "utils.h"
 #include "init.h"
 #include "retr.h"