summaryrefslogtreecommitdiff
path: root/iwyu.imp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--iwyu.imp8
1 files changed, 8 insertions, 0 deletions
diff --git a/iwyu.imp b/iwyu.imp
new file mode 100644
index 0000000..d45f709
--- /dev/null
+++ b/iwyu.imp
@@ -0,0 +1,8 @@
+[
+ { include: ["@<gxm/.*>", "private", "<gxm.h>", "public"] },
+ { include: ["@<kernel/iofilemgr_.*>", "private", "<kernel/iofilemgr.h>", "public"] },
+ { include: ["@<net/.*>", "private", "<net.h>", "public"] },
+ { include: ["@<scebase_common/.*>", "private", "<scebase_common.h>", "public"] },
+ { include: ["@<shacccg/.*>", "private", "<shacccg.h>", "public"] },
+ { symbol: ["SceSize", "private", "<scetypes.h>", "public"]},
+]