summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-16 13:27:14 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-07-16 13:27:14 +0000
commitf1c1633eb9e67ff421afe4d9a223ba7888edb5c1 (patch)
tree507c1c4ac9298fe83b5a6bebc868a05c9ed1ccf9
parent01d29c38ca76cc9019451942806361c1a2ae163f (diff)
Use wrapper include instead of colour.h.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7447 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--win/configure.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/win/configure.cpp b/win/configure.cpp
index 6f0396bae..eddbfd440 100644
--- a/win/configure.cpp
+++ b/win/configure.cpp
@@ -13,11 +13,8 @@
#define _CRT_SECURE_NO_DEPRECATE
-#include <windows.h>
-#include <stdio.h>
-#include <string>
#include <time.h>
-#include "colours.h"
+#include "inspircd_win32wrapper.h"
using namespace std;
void Run();