]> sjero.net Git - wget/blobdiff - src/ftp-basic.c
Eschew config-post.h.
[wget] / src / ftp-basic.c
index 4920f72523052679d049103bf4d04e8f2f55654f..4e91a7e39e24f3184d8b61df99318f08ae3f291d 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 <assert.h>
 #include <stdio.h>
@@ -38,8 +38,6 @@ so, delete this exception statement from your version.  */
 #ifdef HAVE_UNISTD_H
 # include <unistd.h>
 #endif
-
-#include "wget.h"
 #include "utils.h"
 #include "connect.h"
 #include "host.h"