aboutsummaryrefslogtreecommitdiffstats
path: root/src/script.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script.hpp')
-rw-r--r--src/script.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/script.hpp b/src/script.hpp
index baad0b1..bd8c620 100644
--- a/src/script.hpp
+++ b/src/script.hpp
@@ -24,11 +24,6 @@
#include <entityx/entityx.h>
#include <sol/sol.hpp>
-/****************
-* COMPONENTS *
-****************/
-#include <components/Position.hpp>
-
struct EntitySpawnEvent {
EntitySpawnEvent (sol::object ref)
: ref(ref) {}