summaryrefslogtreecommitdiff
path: root/src/network/core/tcp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/tcp.cpp')
-rw-r--r--src/network/core/tcp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network/core/tcp.cpp b/src/network/core/tcp.cpp
index eaed4bd07..a4b763b1a 100644
--- a/src/network/core/tcp.cpp
+++ b/src/network/core/tcp.cpp
@@ -10,12 +10,13 @@
#include "../../debug.h"
#include "../../openttd.h"
#include "../../variables.h"
-#include "table/strings.h"
#include "../network_data.h"
#include "packet.h"
#include "tcp.h"
+#include "table/strings.h"
+
/** Very ugly temporary hack !!! */
void NetworkTCPSocketHandler::Initialize()
{