]> sjero.net Git - wget/blobdiff - src/convert.c
Eschew config-post.h.
[wget] / src / convert.c
index 8f04ed0c95b82c686797c7c9bc276b39c3ae7ae8..e706154d34c5d7e5556f43004ef2a3557db5105f 100644 (file)
@@ -26,7 +26,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>
@@ -36,8 +36,6 @@ so, delete this exception statement from your version.  */
 #endif /* HAVE_UNISTD_H */
 #include <errno.h>
 #include <assert.h>
-
-#include "wget.h"
 #include "convert.h"
 #include "url.h"
 #include "recur.h"