summaryrefslogtreecommitdiff
path: root/src/net/tmwserv/network.cpp
diff options
context:
space:
mode:
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.