@@ -1,4 +1,3 @@
-#include <algorithm>
#include <array>
#include <cstddef>
#include <cstdint>
@@ -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"
@@ -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) {