1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

Reduce includes in headers

This commit is contained in:
Ivan Savenko
2024-04-26 13:26:33 +03:00
parent 5010344df0
commit b8b42978b1
5 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#include "CGameHandler.h"
#include "CVCMIServer.h"
#include "TurnTimerHandler.h"
#include "ServerNetPackVisitors.h"
#include "ServerSpellCastEnvironment.h"
#include "battles/BattleProcessor.h"