]> sjero.net Git - wget/blobdiff - src/ftp.c
Eschew config-post.h.
[wget] / src / ftp.c
index 302714afda99cd78bd0187ca7b8b8051d66f669c..04d240764bbe2d03c9d8e5daec55ea68c753dadb 100644 (file)
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -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 <stdio.h>
 #include <stdlib.h>
@@ -39,7 +39,6 @@ so, delete this exception statement from your version.  */
 #include <errno.h>
 #include <time.h>
 
-#include "wget.h"
 #include "utils.h"
 #include "url.h"
 #include "retr.h"