summaryrefslogtreecommitdiff
path: root/src/mswindows.c
diff options
context:
space:
mode:
authorMicah Cowan <micah@cowan.name>2007-10-18 20:50:40 -0700
committerMicah Cowan <micah@cowan.name>2007-10-18 20:50:40 -0700
commit212396c7e1de6592294f92230254afdfd553843c (patch)
tree3df00113f247761d7a2b531fa5de15dcaef13a8a /src/mswindows.c
parent27ed78ddd6fd300a3c630a2029432241776215b7 (diff)
downloadwget-212396c7e1de6592294f92230254afdfd553843c.tar.gz
Eschew config-post.h.
Diffstat (limited to 'src/mswindows.c')
-rw-r--r--src/mswindows.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mswindows.c b/src/mswindows.c
index 1bf8df93..2844c025 100644
--- a/src/mswindows.c
+++ b/src/mswindows.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>
@@ -38,7 +38,6 @@ so, delete this exception statement from your version. */
#define INHIBIT_WRAP /* avoid wrapping of socket, bind, ... */
-#include "wget.h"
#include "utils.h"
#include "url.h"