summaryrefslogtreecommitdiffstats
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, 3 insertions, 3 deletions
diff --git a/src/Event.hpp b/src/Event.hpp
index 021af0d..4962ee9 100644
--- a/src/Event.hpp
+++ b/src/Event.hpp
@@ -4,15 +4,15 @@
#include <map>
#include <thread>
#include <mutex>
-#include <condition_variable>
-#include <chrono>
#include <variant>
#include <functional>
#include <SDL.h>
#include "Vector.hpp"
-#include "Packet.hpp"
+#include "Chat.hpp"
+
+class Packet;
enum class EventType {
Echo,