summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index e914da27..c1acfe45 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -38,14 +38,6 @@
 
 #include "history.h"
 
-#ifdef SOCKS
-#ifdef __sgi
-#include <sys/time.h>
-#define INCLUDE_PROTOTYPES 1
-#endif
-#include <socks.h>
-#endif
-
 #ifdef USE_OPENSSL
 #include <openssl/ssl.h>		  /* SSL_() */
 #endif