mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Reduce transitive includes by moving a class
This commit is contained in:
parent
b146673c3d
commit
dea95c7339
12 changed files with 40 additions and 40 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "test.h"
|
||||
|
||||
#include <memory>
|
||||
#include "log.h"
|
||||
#include "settings.h"
|
||||
#include "network/socket.h"
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
// Copyright (C) 2018 nerzhul, Loic BLOT <loic.blot@unix-experience.fr>
|
||||
|
||||
#include <unordered_map>
|
||||
#include <memory>
|
||||
#include "test.h"
|
||||
#include "client/event_manager.h"
|
||||
|
||||
|
@ -94,4 +95,4 @@ void TestEventManager::testRealEventAfterDereg()
|
|||
// Push the new event & ensure we target the default value
|
||||
ev.put(new SimpleTriggerEvent(MtEvent::PLAYER_REGAIN_GROUND));
|
||||
UASSERT(emt->getTestValue() == 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue