summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-03-01 00:57:24 -0500
committerAdam <Adam@anope.org>2013-03-01 00:57:24 -0500
commit91ad9d22cad8c1da3134975852ba1f732b55dabe (patch)
treef93eb451755e2e531c75d2c16ced8c96f17e243c /src/win32
parent6aa9ad938a4923bd730516aa97a6e19643fd5c57 (diff)
Fix Windows build
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/anope_windows.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/win32/anope_windows.h b/src/win32/anope_windows.h
index c0a2232a7..fdeb36fb1 100644
--- a/src/win32/anope_windows.h
+++ b/src/win32/anope_windows.h
@@ -52,8 +52,6 @@
#endif
#define EINPROGRESS WSAEWOULDBLOCK
-#include "extensible.h"
-
#include "socket.h"
#include "dir/dir.h"
#include "dl/dl.h"
@@ -77,7 +75,5 @@ extern int unsetenv(const char *name);
extern int mkstemp(char *input);
extern void getcwd(char *buf, size_t sz);
-template struct ExtensibleItemClass<Anope::string>;
-
#endif // _WIN32
#endif // WINDOWS_H