entity/*: updated includes

This commit is contained in:
Michele Caini
2022-07-05 08:36:24 +02:00
parent 1128b9de81
commit 92f5f97d83
2 changed files with 2 additions and 2 deletions

View File

@@ -5,9 +5,9 @@
#include <tuple>
#include <type_traits>
#include <utility>
#include "../core/iterator.hpp"
#include "../core/type_traits.hpp"
#include "fwd.hpp"
#include "registry.hpp"
namespace entt {

View File

@@ -14,7 +14,7 @@
#include "component.hpp"
#include "entity.hpp"
#include "fwd.hpp"
#include "registry.hpp"
#include "view.hpp"
namespace entt {