]> sjero.net Git - wget/blobdiff - src/netrc.c
Eschew config-post.h.
[wget] / src / netrc.c
index 485e0757cf28130d1d33b3178493336c74c6cf78..c50b25810ccd8cd0af2629e0c4053f3ceec7fe9d 100644 (file)
@@ -29,16 +29,13 @@ so, delete this exception statement from your version.  */
 /* This file used to be kept in synch with the code in Fetchmail, but
    the latter has diverged since.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "wget.h"
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
 
-#include "wget.h"
 #include "utils.h"
 #include "netrc.h"
 #include "init.h"