]> sjero.net Git - wget/blobdiff - src/res.c
Eschew config-post.h.
[wget] / src / res.c
index 0aea66f35f177734ed043f94df58869ddcba4135..1f46f6d1df7332b93e2ab9b71859f5c0283ec375 100644 (file)
--- a/src/res.c
+++ b/src/res.c
@@ -66,9 +66,7 @@ so, delete this exception statement from your version.  */
    res_match_path, res_register_specs, res_get_specs, and
    res_retrieve_file.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "wget.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -76,7 +74,6 @@ so, delete this exception statement from your version.  */
 #include <errno.h>
 #include <assert.h>
 
-#include "wget.h"
 #include "utils.h"
 #include "hash.h"
 #include "url.h"