Browse Source

dense_map: remove <algorithm> (no longer required)

Michele Caini 3 years ago
parent
commit
c5afd8f589
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/entt/container/dense_map.hpp

+ 0 - 1
src/entt/container/dense_map.hpp

@@ -1,7 +1,6 @@
 #ifndef ENTT_CONTAINER_DENSE_MAP_HPP
 #define ENTT_CONTAINER_DENSE_MAP_HPP
 
-#include <algorithm>
 #include <cmath>
 #include <cstddef>
 #include <functional>