Explorar el Código

iwyu: cleanup

Michele Caini hace 3 años
padre
commit
3406250cf6
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 "../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 {