diff options
author | rubidium42 <rubidium42@users.noreply.github.com> | 2021-04-29 16:43:13 +0200 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-04-29 20:12:11 +0200 |
commit | a61696d6c565ff92c6604b12eefe36198d094056 (patch) | |
tree | 00b97ce4ada979ebf61e6c6c273a187bb0da67ee /src/network/core/tcp_http.cpp | |
parent | be37a2cab831cb645ef0f51dbcc944bd750f6926 (diff) | |
download | openttd-a61696d6c565ff92c6604b12eefe36198d094056.tar.xz |
Change: [Network] Encapsulate logic about the connection string to the network code (#23)
Diffstat (limited to 'src/network/core/tcp_http.cpp')
-rw-r--r-- | src/network/core/tcp_http.cpp | 2 |
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" |