]> sjero.net Git - wget/blobdiff - src/html-parse.c
Eschew config-post.h.
[wget] / src / html-parse.c
index a72688e3fa4aeacb58c2de87ea02e5a84e674cef..b98843e38ccf8c11c76bc975ca87c01d0ae39a4a 100644 (file)
@@ -88,7 +88,7 @@ so, delete this exception statement from your version.  */
 /* To test as standalone, compile with `-DSTANDALONE -I.'.  You'll
    still need Wget headers to compile.  */
 
-#include <config.h>
+#include "wget.h"
 
 #ifdef STANDALONE
 # define I_REALLY_WANT_CTYPE_MACROS
@@ -99,7 +99,6 @@ so, delete this exception statement from your version.  */
 #include <string.h>
 #include <assert.h>
 
-#include "wget.h"
 #include "html-parse.h"
 
 #ifdef STANDALONE