summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorrubidium42 <rubidium42@users.noreply.github.com>2021-04-29 16:43:13 +0200
committerPatric Stout <github@truebrain.nl>2021-04-29 20:12:11 +0200
commita61696d6c565ff92c6604b12eefe36198d094056 (patch)
tree00b97ce4ada979ebf61e6c6c273a187bb0da67ee /src/network/core
parentbe37a2cab831cb645ef0f51dbcc944bd750f6926 (diff)
downloadopenttd-a61696d6c565ff92c6604b12eefe36198d094056.tar.xz
Change: [Network] Encapsulate logic about the connection string to the network code (#23)
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/tcp_http.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_http.cpp b/src/network/core/tcp_http.cpp
index 99eca1cb7..e0c269faf 100644
--- a/src/network/core/tcp_http.cpp
+++ b/src/network/core/tcp_http.cpp
@@ -12,7 +12,7 @@
#include "../../stdafx.h"
#include "../../debug.h"
#include "../../rev.h"
-#include "../network_func.h"
+#include "../network_internal.h"
#include "game_info.h"
#include "tcp_http.h"