Skip to content

Commit

Permalink
remove no needed hash table include
Browse files Browse the repository at this point in the history
  • Loading branch information
tristankpka committed Jul 25, 2024
1 parent 13e8ed6 commit 3267803
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/HierarchySystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include "HierarchySystem.h"

#include <__hash_table> // for operator!=
#include <iostream> // for basic_ostream, operator<<, char_traits
#include <utility> // for move
#include "EventDispatcher.h" // for Event, EventDispatcher, EventType
Expand Down

0 comments on commit 3267803

Please sign in to comment.