Bladeren bron

test: cleanup

Michele Caini 1 jaar geleden
bovenliggende
commit
06d5694f7a
2 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 1
      test/entt/entity/sparse_set.cpp
  2. 0 1
      test/example/signal_less.cpp

+ 1 - 1
test/entt/entity/sparse_set.cpp

@@ -4,10 +4,10 @@
 #include <cstdint>
 #include <functional>
 #include <memory>
+#include <type_traits>
 #include <utility>
 #include <gtest/gtest.h>
 #include <entt/config/config.h>
-#include <entt/core/any.hpp>
 #include <entt/core/type_info.hpp>
 #include <entt/entity/entity.hpp>
 #include <entt/entity/sparse_set.hpp>

+ 0 - 1
test/example/signal_less.cpp

@@ -1,7 +1,6 @@
 #include <array>
 #include <type_traits>
 #include <gtest/gtest.h>
-#include <entt/entity/mixin.hpp>
 #include <entt/entity/registry.hpp>
 #include <entt/entity/storage.hpp>