]> sjero.net Git - wget/blobdiff - src/retr.c
Eschew config-post.h.
[wget] / src / retr.c
index 3234286baa8ea48c16a97d62ec52a49561ccc821..53bc5ee3e7543e67dc56571fb21925bc5f4d691c 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.  */
 #include <string.h>
 #include <assert.h>
 
-#include "wget.h"
 #include "utils.h"
 #include "retr.h"
 #include "progress.h"