diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-07 16:03:47 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-07 16:03:47 +0100 |
commit | b5bf36aec3caa879d77457e3b2d1d29b6b625f27 (patch) | |
tree | c24a58dd34235534e09bd9ef7359668b730b286b /src/crepe/api | |
parent | dd8bbe2fde97786ab29490bc7ba9962deb08fb4c (diff) |
minor cleanup
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/Script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h index 0d59ab6..3417bb4 100644 --- a/src/crepe/api/Script.h +++ b/src/crepe/api/Script.h @@ -2,7 +2,6 @@ #include <vector> -#include "../ValueBroker.h" #include "../manager/EventManager.h" #include "../manager/Mediator.h" #include "../system/CollisionSystem.h" |