diff options
| author | HampusM <hampus@hampusmat.com> | 2022-06-28 17:16:08 +0200 | 
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2022-06-28 17:16:08 +0200 | 
| commit | 02cd1707f2c22fb6cd42bbb1ebfe1a0cd28ac3ff (patch) | |
| tree | 053910b3460ada4b3ee31bbc6c4b433bda5517d8 | |
| parent | 687d80381f3c5157ed8bb514a0e9b9df04114896 (diff) | |
feat: add iwyu include bindings
| -rw-r--r-- | mappings.imp | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/mappings.imp b/mappings.imp new file mode 100644 index 0000000..19de1df --- /dev/null +++ b/mappings.imp @@ -0,0 +1,5 @@ +[ +	{ include: ["<yacppdic/detail/container-impl.hpp>", "private", "<yacppdic/container.hpp>", "public"] }, +	{ include: ["<yacppdic/detail/factory-impl.hpp>", "private", "<yacppdic/factory.hpp>", "public"] }, +	{ include: ["<yacppdic/detail/auto_wirable-impl.hpp>", "private", "<yacppdic/auto_wirable.hpp>", "public"] } +]  | 
