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

@@ -15,6 +15,7 @@
#include "screenshot.h"
#include "network/network.h"
#include "network/network_func.h"
#include "network/core/config.h"
#include "pathfinder/pathfinder_type.h"
#include "genworld.h"
#include "train.h"