summaryrefslogtreecommitdiff
path: root/src/event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.hpp')
-rw-r--r--src/event.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/event.hpp b/src/event.hpp
index d8f41be..3f19bba 100644
--- a/src/event.hpp
+++ b/src/event.hpp
@@ -1,12 +1,6 @@
#ifndef PKE_EVENT_HPP
#define PKE_EVENT_HPP
-#include "dynamic-array.hpp"
-
-#include <cassert>
-#include <cstdint>
-#include <cstring>
-
typedef void (*EventHandler)();
typedef void (*TickEvent)(double);