]> sjero.net Git - wget/blobdiff - src/ftp-ls.c
Eschew config-post.h.
[wget] / src / ftp-ls.c
index b056572ed6400ed334d4d32c5dd52adcb71fa5d8..35350bb1bbb6a70ea1993ac423475bcc3407158f 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 <stdio.h>
 #include <stdlib.h>
@@ -37,8 +37,6 @@ so, delete this exception statement from your version.  */
 #endif
 #include <errno.h>
 #include <time.h>
-
-#include "wget.h"
 #include "utils.h"
 #include "ftp.h"
 #include "url.h"