From 32678033234a36e07f0c1b9bfce40802ba0dca2b Mon Sep 17 00:00:00 2001 From: tristanklempka Date: Thu, 25 Jul 2024 14:40:20 +0200 Subject: [PATCH] remove no needed hash table include --- src/HierarchySystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HierarchySystem.cpp b/src/HierarchySystem.cpp index b46d6c8..0941e83 100644 --- a/src/HierarchySystem.cpp +++ b/src/HierarchySystem.cpp @@ -4,7 +4,6 @@ #include "HierarchySystem.h" -#include <__hash_table> // for operator!= #include // for basic_ostream, operator<<, char_traits #include // for move #include "EventDispatcher.h" // for Event, EventDispatcher, EventType