فهرست منبع

iwyu: cleanup

Michele Caini 4 سال پیش
والد
کامیت
3406250cf6
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 {