summaryrefslogtreecommitdiffstats
path: root/socks.c
diff options
context:
space:
mode:
Diffstat (limited to 'socks.c')
-rw-r--r--socks.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/socks.c b/socks.c
index cc9d82f..79e1170 100644
--- a/socks.c
+++ b/socks.c
@@ -29,16 +29,10 @@
* see RFC 1928, only supports "no authentication"
*/
-#ifdef WIN32
-#include "config-win32.h"
-#else
-#include "config.h"
-#endif
+#include "syshead.h"
#ifdef ENABLE_SOCKS
-#include "syshead.h"
-
#include "common.h"
#include "misc.h"
#include "win32.h"