From d3614be2e07baa6c1d7cebbab5e260481fbb2de9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 1 Feb 2012 12:46:44 +0000 Subject: Removed a few duplicate includes git-svn-id: http://mc-server.googlecode.com/svn/trunk@215 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cAuthenticator.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'source/cAuthenticator.cpp') diff --git a/source/cAuthenticator.cpp b/source/cAuthenticator.cpp index 168ace7b5..83b2695a4 100644 --- a/source/cAuthenticator.cpp +++ b/source/cAuthenticator.cpp @@ -5,14 +5,19 @@ #include "cBlockingTCPLink.h" #include "../iniFile/iniFile.h" -#ifndef _WIN32 -#include -#endif #include + + + + extern void ReplaceString( std::string & a_HayStack, const std::string & a_Needle, const std::string & a_ReplaceWith ); + + + + cAuthenticator::cAuthenticator() { } -- cgit v1.2.3