Skip to content

Commit

Permalink
optimized includes in SfSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
phisko committed Jan 17, 2018
1 parent e97bfbb commit 80b15b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/systems/sfml/SfSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
#include "EntityManager.hpp"
#include "common/components/TransformComponent.hpp"
#include "common/packets/Log.hpp"
#include "common/packets/LuaState.hpp"
#include "lua/plua.hpp"

#include "common/systems/LuaSystem.hpp"
#include "common/components/GUIComponent.hpp"
#include "common/components/CameraComponent.hpp"

Expand Down

0 comments on commit 80b15b3

Please sign in to comment.