Skip to content

Commit

Permalink
removed unused memory header
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisSestier authored Jul 11, 2021
1 parent e5f72c8 commit 46ab3a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/event-system.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include <functional>
#include <memory>
#include <queue>
#include <unordered_map>

Expand Down Expand Up @@ -167,4 +166,4 @@ namespace epp {
private:
listners _listeners;
};
} // namespace epp
} // namespace epp

0 comments on commit 46ab3a0

Please sign in to comment.