瀏覽代碼

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>