From af27c43436c3f585f21aafcfb0bea1f3bf77253c Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 21 May 2024 09:33:15 +0200 Subject: [PATCH] test: iwyu docet --- test/entt/container/table.cpp | 1 + test/entt/core/enum.cpp | 2 -- test/entt/core/hashed_string.cpp | 1 + test/entt/entity/group.cpp | 1 + test/example/reserved_bits.cpp | 1 + test/lib/registry/plugin/plugin.cpp | 1 + test/lib/registry/shared/lib.cpp | 1 + 7 files changed, 6 insertions(+), 2 deletions(-) diff --git a/test/entt/container/table.cpp b/test/entt/container/table.cpp index 82b0ac750..db4ff2f2e 100644 --- a/test/entt/container/table.cpp +++ b/test/entt/container/table.cpp @@ -2,6 +2,7 @@ #include #include #include +#include #include #include #include diff --git a/test/entt/core/enum.cpp b/test/entt/core/enum.cpp index c4809c912..06be88afd 100644 --- a/test/entt/core/enum.cpp +++ b/test/entt/core/enum.cpp @@ -1,5 +1,3 @@ -#include -#include #include #include #include "../../common/bitmask.h" diff --git a/test/entt/core/hashed_string.cpp b/test/entt/core/hashed_string.cpp index b5a346ef6..dab65d6ca 100644 --- a/test/entt/core/hashed_string.cpp +++ b/test/entt/core/hashed_string.cpp @@ -1,5 +1,6 @@ #include #include +#include #include #include diff --git a/test/entt/entity/group.cpp b/test/entt/entity/group.cpp index 5a2b808f7..1fec58ed1 100644 --- a/test/entt/entity/group.cpp +++ b/test/entt/entity/group.cpp @@ -7,6 +7,7 @@ #include #include #include +#include #include "../../common/boxed_type.h" #include "../../common/config.h" #include "../../common/empty.h" diff --git a/test/example/reserved_bits.cpp b/test/example/reserved_bits.cpp index 4d3dcf9eb..c6373ae86 100644 --- a/test/example/reserved_bits.cpp +++ b/test/example/reserved_bits.cpp @@ -7,6 +7,7 @@ #include #include #include +#include enum class my_entity : entt::id_type { disabled = 0x10000000, diff --git a/test/lib/registry/plugin/plugin.cpp b/test/lib/registry/plugin/plugin.cpp index 4d9d221ee..63d1b999b 100644 --- a/test/lib/registry/plugin/plugin.cpp +++ b/test/lib/registry/plugin/plugin.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "../../../common/boxed_type.h" #include "../../../common/empty.h" diff --git a/test/lib/registry/shared/lib.cpp b/test/lib/registry/shared/lib.cpp index cc48842ea..2bdf71a04 100644 --- a/test/lib/registry/shared/lib.cpp +++ b/test/lib/registry/shared/lib.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "../../../common/boxed_type.h" #include "../../../common/empty.h"