Browse Source

iwyu: cleanup

Michele Caini 3 years ago
parent
commit
3406250cf6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/entt/entity/sigh_storage_mixin.hpp
  2. 1 1
      src/entt/graph/flow.hpp

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

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

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

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