diff options
author | David Robillard <d@drobilla.net> | 2022-06-12 17:48:35 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-06-12 20:59:51 -0400 |
commit | 7b4298638cdc7cc8f359587cf47e37655b6eb309 (patch) | |
tree | 3a36ed592110143063b8d7884f4f81d5484ea6b9 | |
parent | 4a53d311b5b612fcb9fe1f73c48c6c12cf7e085f (diff) | |
download | serd-7b4298638cdc7cc8f359587cf47e37655b6eb309.tar.gz serd-7b4298638cdc7cc8f359587cf47e37655b6eb309.tar.bz2 serd-7b4298638cdc7cc8f359587cf47e37655b6eb309.zip |
Remove extra include-what-you-use configuration
It seems that this is no longer necessary as of IWYU 0.17 on clang 13 (likely
earlier). These are all standard includes, so workaround configuration should
never have been necessary anyway.
-rw-r--r-- | .clant.json | 4 | ||||
-rw-r--r-- | .includes.imp | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/.clant.json b/.clant.json deleted file mode 100644 index 76cae6d3..00000000 --- a/.clant.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "version": "1.0.0", - "mapping_files": [".includes.imp"] -} diff --git a/.includes.imp b/.includes.imp deleted file mode 100644 index 07b654dd..00000000 --- a/.includes.imp +++ /dev/null @@ -1,6 +0,0 @@ -[ - { "symbol": [ "int64_t", "private", "<stdint.h>", "public" ] }, - { "symbol": [ "uint32_t", "private", "<stdint.h>", "public" ] }, - { "symbol": [ "uint64_t", "private", "<stdint.h>", "public" ] }, - { "symbol": [ "uint8_t", "private", "<stdint.h>", "public" ] }, -] |