diff options
author | fanquake <fanquake@gmail.com> | 2022-04-11 20:45:22 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-04-20 14:14:52 +0100 |
commit | 9b0a13a2891641a3d12e525cee8ddddb1aa1bc73 (patch) | |
tree | 1b8f4b8182d43ebcc62201b43fae9b783137ba57 /contrib | |
parent | 74cd038e300bfbe2473295fc3b0c3a4f3e853a07 (diff) |
tidy: Add include-what-you-use
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/devtools/iwyu/bitcoin.core.imp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/devtools/iwyu/bitcoin.core.imp b/contrib/devtools/iwyu/bitcoin.core.imp new file mode 100644 index 0000000000..ce7786f58c --- /dev/null +++ b/contrib/devtools/iwyu/bitcoin.core.imp @@ -0,0 +1,6 @@ +# Fixups / upstreamed changes +[ + { include: [ "<bits/termios-c_lflag.h>", private, "<termios.h>", public ] }, + { include: [ "<bits/termios-struct.h>", private, "<termios.h>", public ] }, + { include: [ "<bits/termios-tcflow.h>", private, "<termios.h>", public ] }, +] |