aboutsummaryrefslogtreecommitdiffstats
path: root/.includes.imp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-04-22 18:16:49 -0400
committerDavid Robillard <d@drobilla.net>2022-04-23 21:19:22 -0400
commitb0759696d15d24f9e82318d9c27cb794a4787c9c (patch)
treef3d01521770bb1195c940f0b32da4f81558e315b /.includes.imp
parent7feb9000f640d9d6f05f5d0f80a2177db920af49 (diff)
downloadpugl-b0759696d15d24f9e82318d9c27cb794a4787c9c.tar.gz
pugl-b0759696d15d24f9e82318d9c27cb794a4787c9c.tar.bz2
pugl-b0759696d15d24f9e82318d9c27cb794a4787c9c.zip
Fix IWYU warnings
I suspect that using the same configuration across both C and C++ is starting to wear a bit thin, but this will do for now.
Diffstat (limited to '.includes.imp')
-rw-r--r--.includes.imp12
1 files changed, 2 insertions, 10 deletions
diff --git a/.includes.imp b/.includes.imp
index 64472e0..f13dbd9 100644
--- a/.includes.imp
+++ b/.includes.imp
@@ -1,15 +1,7 @@
[
{ "include": [ "<ext/alloc_traits.h>", "private", "<string>", "public", ] },
{ "include": [ "<ext/alloc_traits.h>", "private", "<vector>", "public", ] },
- { "symbol": [ "bool", "private", "<stdbool.h>", "public" ] },
- { "symbol": [ "int32_t", "private", "<stdint.h>", "public" ] },
- { "symbol": [ "int64_t", "private", "<stdint.h>", "public" ] },
+ { "symbol": [ "std::uintptr_t", "private", "<cstdint>", "public" ] },
{ "symbol": [ "timespec", "private", "<time.h>", "public" ] },
- { "symbol": [ "timeval", "private", "<time.h>", "public" ] },
- { "symbol": [ "uint32_t", "private", "<stdint.h>", "public" ] },
- { "symbol": [ "uint64_t", "private", "<stdint.h>", "public" ] },
- { "symbol": [ "uint8_t", "private", "<stdint.h>", "public" ] },
- { "symbol": [ "uintptr_t", "private", "<stdint.h>", "public" ] },
-
- { "symbol": [ "uintptr_t", "private", "<cstdint>", "public" ] }
+ { "symbol": [ "timeval", "private", "<time.h>", "public" ] }
]