summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authorrubidium42 <rubidium@openttd.org>2021-04-27 11:17:03 +0200
committerCharles Pigott <charlespigott@googlemail.com>2021-04-27 18:17:34 +0100
commit84985c1223757766bad17b917a5579f84e1dec64 (patch)
treee1c25a1980ad1c8991b610081b4f138a9351c329 /src/fios.h
parentcbad518bf3c7e6d05b62d8c1d063b89d974e5f33 (diff)
downloadopenttd-84985c1223757766bad17b917a5579f84e1dec64.tar.xz
Codechange: [Network] Do not leak os_abstraction.h via fios.h
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fios.h b/src/fios.h
index 8d8faac07..3a16b6426 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -13,7 +13,7 @@
#include "gfx_type.h"
#include "company_base.h"
#include "newgrf_config.h"
-#include "network/core/tcp_content.h"
+#include "network/core/tcp_content_type.h"
/** Special values for save-load window for the data parameter of #InvalidateWindowData. */