Browse Source

iwyu: comments/sections

Michele Caini 2 years ago
parent
commit
1773cc9eb5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      entt.imp

+ 2 - 0
entt.imp

@@ -1,6 +1,8 @@
 [
+  # gtest only
   { "include": [ "@<gtest/internal/.*>", "private", "<gtest/gtest.h>", "public" ] },
   { "include": [ "@<gtest/gtest-.*>", "private", "<gtest/gtest.h>", "public" ] },
+  # forward files
   { "include": [ "@[\"<].*/container/fwd\\.hpp[\">]", "private", "<entt/container/dense_map.hpp>", "public" ] },
   { "include": [ "@[\"<].*/container/fwd\\.hpp[\">]", "private", "<entt/container/dense_set.hpp>", "public" ] },
   { "include": [ "@[\"<].*/core/fwd\\.hpp[\">]", "private", "<entt/core/any.hpp>", "public" ] },