]> sjero.net Git - wget/blobdiff - src/progress.c
Eschew config-post.h.
[wget] / src / progress.c
index 6dd96018b3c1e13b0d11def47b4f7dfa6eeb1d9d..debd03e8e690bef2c033c3b36934ad7f8cb9896b 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>
@@ -38,7 +38,6 @@ so, delete this exception statement from your version.  */
 #endif
 #include <signal.h>
 
-#include "wget.h"
 #include "progress.h"
 #include "utils.h"
 #include "retr.h"