1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-15 17:39:40 +00:00

[Client] Fix includes for RecordHelper

This commit is contained in:
David Cernat 2019-10-16 15:34:25 +03:00
parent aa06056d00
commit 2fc50d7280
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,5 @@
#include <components/openmw-mp/TimedLog.hpp>
#include "../mwbase/environment.hpp"
#include "../mwworld/cellstore.hpp"
#include "../mwworld/worldimp.hpp"

View file

@ -3,8 +3,7 @@
#include <components/openmw-mp/Base/BaseWorldstate.hpp>
#include <components/esm/loadcrea.hpp>
#include <components/esm/loadnpc.hpp>
#include "../mwbase/environment.hpp"
namespace RecordHelper
{