diff options
author | Adam <Adam@anope.org> | 2010-07-30 01:11:19 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-07-30 01:11:19 -0400 |
commit | 8e6fe991810985fea085a4ace0ee906e80e7cbd1 (patch) | |
tree | 2d171628f4a510df780f32ae46ccc8c262086560 /src/misc.cpp | |
parent | e353b15df8a5bcbf2de37ac4e2acf9e2812283e4 (diff) |
Fixed some Windows issues with hashing and sockets. This currently limits building to VS 2010, will look at 2008 later
Diffstat (limited to 'src/misc.cpp')
-rw-r--r-- | src/misc.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc.cpp b/src/misc.cpp index 0e838695d..f44532220 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -12,7 +12,6 @@ #include "services.h" #include "language.h" -#include "hashcomp.h" // If this gets added to services.h or someplace else later, remove it from here -- CyberBotX /* Cheaper than isspace() or isblank() */ #define issp(c) ((c) == 32) |