summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/network.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 11:42:12 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 12:15:50 +0100
commit06be39a51f62d365ce84d7815173577d2ecf8496 (patch)
treef4ae92023dd05cbf8d7b9c73e0a8779241202c4c /src/net/tmwserv/network.cpp
parent58b33406b1354e6814ed29d55a55a36053445ecd (diff)
downloadmana-client-06be39a51f62d365ce84d7815173577d2ecf8496.tar.gz
mana-client-06be39a51f62d365ce84d7815173577d2ecf8496.tar.bz2
mana-client-06be39a51f62d365ce84d7815173577d2ecf8496.tar.xz
mana-client-06be39a51f62d365ce84d7815173577d2ecf8496.zip
Changed the includes for the net/tmwserv/ directory
Diffstat (limited to 'src/net/tmwserv/network.cpp')
-rw-r--r--src/net/tmwserv/network.cpp17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/net/tmwserv/network.cpp b/src/net/tmwserv/network.cpp
index 80a9c9b9..d353da17 100644
--- a/src/net/tmwserv/network.cpp
+++ b/src/net/tmwserv/network.cpp
@@ -19,18 +19,19 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "network.h"
+#include "net/tmwserv/network.h"
-#include <enet/enet.h>
+#include "net/tmwserv/connection.h"
+#include "net/tmwserv/internal.h"
-#include <map>
+#include "net/messagehandler.h"
+#include "net/messagein.h"
-#include "connection.h"
-#include "internal.h"
-#include "../messagehandler.h"
-#include "../messagein.h"
+#include "log.h"
-#include "../../log.h"
+#include <enet/enet.h>
+
+#include <map>
/**
* The local host which is shared for all outgoing connections.