]> sjero.net Git - wget/blobdiff - src/html-url.c
Eschew config-post.h.
[wget] / src / html-url.c
index 6a96f6c20ec0a66a825dfbcfcb1118692c6f8efe..3ab7f7fe02127410bf8f3781874cf74fc701e203 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 <string.h>
@@ -35,7 +35,6 @@ so, delete this exception statement from your version.  */
 #include <errno.h>
 #include <assert.h>
 
-#include "wget.h"
 #include "html-parse.h"
 #include "url.h"
 #include "utils.h"