From 67f53660db85c2f325472701517e04c446ec8ed4 Mon Sep 17 00:00:00 2001 From: Tametomo Date: Tue, 5 May 2009 07:11:44 -0600 Subject: Moved two files which held net data into the net folder. Considering their function, this is a much better place to put them. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tametomo Signed-off-by: Bjørn Lindeijer --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 6d48bf8e..0fa4044a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,12 +30,10 @@ #include "localplayer.h" #include "lockedarray.h" #include "log.h" -#include "logindata.h" #ifdef USE_OPENGL #include "openglgraphics.h" #endif #include "playerrelations.h" -#include "serverinfo.h" #include "sound.h" #include "statuseffect.h" #include "units.h" @@ -63,9 +61,11 @@ #include "net/charhandler.h" #include "net/generalhandler.h" +#include "net/logindata.h" #include "net/loginhandler.h" #include "net/maphandler.h" #include "net/net.h" +#include "net/serverinfo.h" #ifdef TMWSERV_SUPPORT #include "net/tmwserv/charserverhandler.h" #include "net/tmwserv/connection.h" -- cgit v1.2.3-70-g09d2