summaryrefslogtreecommitdiff
path: root/src/network
diff options
context:
space:
mode:
authorRubidium <rubidium@openttd.org>2021-07-11 21:22:29 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-07-11 22:13:59 +0200
commit178ea3196b0aed0a2a081801f92e1deb06d12628 (patch)
treeb8e291caa3d78aba8b84e1dc857b88512746bc02 /src/network
parentb6a116a2479eb62aece540633c41d0f54a481fd6 (diff)
downloadopenttd-178ea3196b0aed0a2a081801f92e1deb06d12628.tar.xz
Remove: includes to network/core/config.h from headers when only three cpp files need it
Diffstat (limited to 'src/network')
-rw-r--r--src/network/network_type.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/network_type.h b/src/network/network_type.h
index a3fb217fe..8564bef83 100644
--- a/src/network/network_type.h
+++ b/src/network/network_type.h
@@ -10,8 +10,6 @@
#ifndef NETWORK_TYPE_H
#define NETWORK_TYPE_H
-#include "core/config.h"
-
/** How many clients can we have */
static const uint MAX_CLIENTS = 255;