diff options
author | n0n4m3 <none@none> | 2010-03-09 19:01:45 +0300 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-03-09 19:01:45 +0300 |
commit | e5eaa46a7f3f58d77b9037d8c1628a1a1a55bcd3 (patch) | |
tree | 744958fbefee2f87c05fc28a997526db5fd70f32 /src | |
parent | 5411468f5dc6c49c230a3c7f09cd31872c2b5e5e (diff) |
Removed not needed #include AuthSocket.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/trinityrealm/Main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/trinityrealm/Main.cpp b/src/trinityrealm/Main.cpp index d79881a2351..23eb7486ac3 100644 --- a/src/trinityrealm/Main.cpp +++ b/src/trinityrealm/Main.cpp @@ -24,14 +24,13 @@ #include "Common.h" #include "Database/DatabaseEnv.h" -#include "RealmList.h" -#include "RealmAcceptor.h" #include "Config/ConfigEnv.h" #include "Log.h" -#include "AuthSocket.h" #include "SystemConfig.h" #include "Util.h" +#include "RealmList.h" +#include "RealmAcceptor.h" #include <ace/Dev_Poll_Reactor.h> #include <ace/ACE.h> |