Michele Caini před 3 roky
rodič
revize
3406250cf6

+ 1 - 1
src/entt/entity/sigh_storage_mixin.hpp

@@ -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 {
 

+ 1 - 1
src/entt/graph/flow.hpp

@@ -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 {