aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/InputSystem.cpp
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-25 12:18:34 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-25 12:18:34 +0100
commit0557dc17bd5db07bce99df1bf3793a8bd99d2304 (patch)
tree815a6211c7307873a346a5cd90c3eb063a74a0dc /src/crepe/system/InputSystem.cpp
parent9e847e8d4a737ddc182cc905902a16f8776007a5 (diff)
removed some unnecesary headers
Diffstat (limited to 'src/crepe/system/InputSystem.cpp')
-rw-r--r--src/crepe/system/InputSystem.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/system/InputSystem.cpp b/src/crepe/system/InputSystem.cpp
index 2a47bdd..9690fec 100644
--- a/src/crepe/system/InputSystem.cpp
+++ b/src/crepe/system/InputSystem.cpp
@@ -1,5 +1,4 @@
-
-#include "../api/Event.h"
+#include "../api/Button.h"
#include "../api/EventManager.h"
#include "ComponentManager.h"