ソースを参照

dense_map: remove <algorithm> (no longer required)

Michele Caini 3 年 前
コミット
c5afd8f589
1 ファイル変更0 行追加1 行削除
  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>