skypjack 1 день назад
Родитель
Сommit
008dd6987c
3 измененных файлов с 0 добавлено и 3 удалено
  1. 0 1
      src/entt/entity/registry.hpp
  2. 0 1
      src/entt/entity/snapshot.hpp
  3. 0 1
      test/entt/entity/organizer.cpp

+ 0 - 1
src/entt/entity/registry.hpp

@@ -12,7 +12,6 @@
 #include <tuple>
 #include <type_traits>
 #include <utility>
-#include <vector>
 #include "../config/config.h"
 #include "../container/dense_map.hpp"
 #include "../core/algorithm.hpp"

+ 0 - 1
src/entt/entity/snapshot.hpp

@@ -7,7 +7,6 @@
 #include <tuple>
 #include <type_traits>
 #include <utility>
-#include <vector>
 #include "../config/config.h"
 #include "../container/dense_map.hpp"
 #include "../core/type_traits.hpp"

+ 0 - 1
test/entt/entity/organizer.cpp

@@ -1,7 +1,6 @@
 #include <array>
 #include <cstddef>
 #include <utility>
-#include <vector>
 #include <gtest/gtest.h>
 #include <entt/core/type_info.hpp>
 #include <entt/entity/group.hpp>