Jelajahi Sumber

test: iwyu docet

Michele Caini 2 tahun lalu
induk
melakukan
231ff77283

+ 0 - 1
test/entt/core/any.cpp

@@ -1,4 +1,3 @@
-#include <algorithm>
 #include <array>
 #include <cstddef>
 #include <cstdint>

+ 0 - 1
test/lib/meta/plugin/main.cpp

@@ -5,7 +5,6 @@
 #include <entt/core/hashed_string.hpp>
 #include <entt/locator/locator.hpp>
 #include <entt/meta/context.hpp>
-#include <entt/meta/factory.hpp>
 #include <entt/meta/meta.hpp>
 #include <entt/meta/resolve.hpp>
 #include "userdata.h"

+ 0 - 1
test/lib/meta/plugin_std/main.cpp

@@ -5,7 +5,6 @@
 #include <entt/core/hashed_string.hpp>
 #include <entt/locator/locator.hpp>
 #include <entt/meta/context.hpp>
-#include <entt/meta/factory.hpp>
 #include <entt/meta/meta.hpp>
 #include <entt/meta/resolve.hpp>
 #include "userdata.h"

+ 0 - 1
test/lib/meta/shared/main.cpp

@@ -5,7 +5,6 @@
 #include <entt/core/hashed_string.hpp>
 #include <entt/locator/locator.hpp>
 #include <entt/meta/context.hpp>
-#include <entt/meta/factory.hpp>
 #include <entt/meta/meta.hpp>
 #include <entt/meta/resolve.hpp>
 

+ 1 - 0
test/lib/registry/plugin/main.cpp

@@ -4,6 +4,7 @@
 #include <common/boxed_type.h>
 #include <common/empty.h>
 #include <cr.h>
+#include <entt/entity/entity.hpp>
 #include <entt/entity/registry.hpp>
 
 TEST(Lib, Registry) {