Skip to content

Commit 80b15b3

Browse files
committed
optimized includes in SfSystem
1 parent e97bfbb commit 80b15b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/systems/sfml/SfSystem.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
#include "EntityManager.hpp"
44
#include "common/components/TransformComponent.hpp"
55
#include "common/packets/Log.hpp"
6+
#include "common/packets/LuaState.hpp"
7+
#include "lua/plua.hpp"
68

7-
#include "common/systems/LuaSystem.hpp"
89
#include "common/components/GUIComponent.hpp"
910
#include "common/components/CameraComponent.hpp"
1011

0 commit comments

Comments
 (0)