1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 02:19:09 +00:00

Remove: includes to network/core/config.h from headers when only three cpp files need it

This commit is contained in:
Rubidium
2021-07-11 21:22:29 +02:00
committed by rubidium42
parent b6a116a247
commit 178ea3196b
5 changed files with 3 additions and 4 deletions

View File

@@ -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;