From 7e0dee8cb16cf7570878fc0067d62f5bb8f1d1da Mon Sep 17 00:00:00 2001 From: click Date: Fri, 10 Dec 2010 01:44:34 +0100 Subject: Fix build --HG-- branch : trunk --- src/server/worldserver/Master.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/server/worldserver/Master.cpp') diff --git a/src/server/worldserver/Master.cpp b/src/server/worldserver/Master.cpp index 3f376de6f49..158f92cbb89 100755 --- a/src/server/worldserver/Master.cpp +++ b/src/server/worldserver/Master.cpp @@ -41,12 +41,6 @@ #include "Timer.h" #include "Util.h" -#include "TcpSocket.h" -#include "Utility.h" -#include "Parse.h" -#include "Socket.h" -#include "SocketHandler.h" -#include "ListenSocket.h" #include "BigNumber.h" #ifdef _WIN32 @@ -272,7 +266,7 @@ int Master::Run() } ///- Launch the world listener socket - port_t wsport = sWorld.getIntConfig(CONFIG_PORT_WORLD); + uint16 wsport = sWorld.getIntConfig(CONFIG_PORT_WORLD); std::string bind_ip = sConfig.GetStringDefault ("BindIP", "0.0.0.0"); if (sWorldSocketMgr->StartNetwork (wsport, bind_ip.c_str ()) == -1) -- cgit v1.2.3