summaryrefslogtreecommitdiffstats
path: root/old/core/Event.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--old/core/Event.cpp (renamed from src/core/Event.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Event.cpp b/old/core/Event.cpp
index 10b2eaa..3b2cc7f 100644
--- a/src/core/Event.cpp
+++ b/old/core/Event.cpp
@@ -1,4 +1,4 @@
-#include <core/Event.hpp>
+#include "Event.hpp"
#include <easylogging++.h>
std::queue <Event> EventAgregator::eventsToHandle;