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

code review

This commit is contained in:
Michael
2023-08-23 00:35:44 +02:00
committed by GitHub
parent 65884b15d0
commit 51ba22a631
4 changed files with 3 additions and 11 deletions

View File

@ -50,11 +50,6 @@
// for applier
#include "../lib/registerTypes/RegisterTypes.h"
// UUID generation
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include "../lib/gameState/CGameState.h"
template<typename T> class CApplyOnServer;