test: fixed includes (while trying iwyu)

This commit is contained in:
Michele Caini
2022-02-01 14:35:33 +01:00
parent f1e584fad9
commit 922bfbf724
58 changed files with 100 additions and 39 deletions

View File

@@ -1,8 +1,8 @@
#include <cr.h>
#include <entt/core/hashed_string.hpp>
#include <entt/meta/ctx.hpp>
#include <entt/meta/factory.hpp>
#include <entt/meta/meta.hpp>
#include <entt/meta/resolve.hpp>
#include "types.h"
position create_position(int x, int y) {