iwyu: minor changes

This commit is contained in:
Michele Caini
2024-03-18 09:29:55 +01:00
parent 809fdad185
commit a3b305b708
4 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#define CR_HOST
#include <functional>
#include <gtest/gtest.h>
#include <common/boxed_type.h>
#include <common/emitter.h>

View File

@@ -1,3 +1,4 @@
#include <functional>
#include <gtest/gtest.h>
#include <common/boxed_type.h>
#include <common/emitter.h>

View File

@@ -6,6 +6,7 @@
#include <cr.h>
#include <entt/entity/entity.hpp>
#include <entt/entity/registry.hpp>
#include <entt/entity/view.hpp>
TEST(Lib, Registry) {
constexpr auto count = 3;

View File

@@ -4,6 +4,7 @@
#include <entt/core/attribute.h>
#include <entt/entity/entity.hpp>
#include <entt/entity/registry.hpp>
#include <entt/entity/view.hpp>
ENTT_API void update(entt::registry &, int);
ENTT_API void insert(entt::registry &);