tidy: Add include-what-you-use

This commit is contained in:
fanquake
2022-04-11 20:45:22 +01:00
parent 74cd038e30
commit 9b0a13a289
5 changed files with 17 additions and 1 deletions

View File

@@ -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 ] },
]