aboutsummaryrefslogtreecommitdiff
path: root/mappings.imp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-28 19:22:06 +0200
committerHampusM <hampus@hampusmat.com>2022-06-28 19:22:06 +0200
commitd2a76bd8cfd883070259bf572a9f723a37c0d96e (patch)
treecca72b471b0c3a562789a1ab966e4568edf7165a /mappings.imp
parentdaf39f75d764449f18cd480b6d3c645b8372b0a5 (diff)
refactor: improve includes with iwyu
Diffstat (limited to 'mappings.imp')
-rw-r--r--mappings.imp6
1 files changed, 6 insertions, 0 deletions
diff --git a/mappings.imp b/mappings.imp
new file mode 100644
index 0000000..3dddeca
--- /dev/null
+++ b/mappings.imp
@@ -0,0 +1,6 @@
+[
+ { ref: "build/_deps/yacppdic-src/mappings.imp" },
+ { include: ["<bits/chrono.h>", "private", "<chrono>", "public"] },
+ { include: ["@<bits/termios-.*>", "private", "<termios.h>", "public"] },
+ { include: ["@<ctre/.*>", "public", "<ctre.hpp>", "public"] }
+]