aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Event.h')
-rw-r--r--src/crepe/api/Event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Event.h b/src/crepe/api/Event.h
index 87c6068..cffa5da 100644
--- a/src/crepe/api/Event.h
+++ b/src/crepe/api/Event.h
@@ -1,8 +1,8 @@
#pragma once
-#include <typeindex>
+#include "KeyCodes.h"
#include <iostream>
#include <string>
-#include "KeyCodes.h"
+#include <typeindex>
class Event {
public: