ソースを参照

iwyu: add flow mapping end tokens

Michele Caini 2 年 前
コミット
fb31c923db
1 ファイル変更7 行追加7 行削除
  1. 7 7
      entt.imp

+ 7 - 7
entt.imp

@@ -39,11 +39,11 @@
   { "include": [ "@[\"<].*/signal/fwd\\.hpp[\">]", "private", "<entt/signal/dispatcher.hpp>", "public" ] },
   { "include": [ "@[\"<].*/signal/fwd\\.hpp[\">]", "private", "<entt/signal/emitter.hpp>", "public" ] },
   { "include": [ "@[\"<].*/signal/fwd\\.hpp[\">]", "private", "<entt/signal/sigh.hpp>", "public" ] },
-  # entity
-  { "include": [ "@[\"<].*/entity/sparse_set\\.hpp[\">]", "private", "<entt/entity/storage.hpp>", "public" ],
-  { "include": [ "@[\"<].*/entity/group\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ],
-  { "include": [ "@[\"<].*/entity/mixin\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ],
-  { "include": [ "@[\"<].*/entity/sparse_set\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ],
-  { "include": [ "@[\"<].*/entity/storage\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ],
-  { "include": [ "@[\"<].*/entity/view\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ]
+  # internal includes
+  { "include": [ "@[\"<].*/entity/sparse_set\\.hpp[\">]", "private", "<entt/entity/storage.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/entity/group\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/entity/mixin\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/entity/sparse_set\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/entity/storage\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ] },
+  { "include": [ "@[\"<].*/entity/view\\.hpp[\">]", "private", "<entt/entity/registry.hpp>", "public" ] }
 ]