iwyu: cleanup

This commit is contained in:
Michele Caini
2022-08-09 18:04:38 +02:00
parent e510bdf4f2
commit 3406250cf6
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
#include "../config/config.h"
#include "../core/any.hpp"
#include "../signal/sigh.hpp"
#include "fwd.hpp" // IWYU pragma: export
#include "fwd.hpp"
namespace entt {

View File

@@ -17,7 +17,7 @@
#include "../core/iterator.hpp"
#include "../core/utility.hpp"
#include "adjacency_matrix.hpp"
#include "fwd.hpp" // IWYU pragma: export
#include "fwd.hpp"
namespace entt {