Lines Matching full:includes
17 # clean-includes [--git subjectprefix] [--check-dup-head] file ...
19 # clean-includes [--git subjectprefix] [--check-dup-head] --all
23 # with the subject line "subjectprefix: Clean up includes"
27 # header includes.
29 # Using --all will cause clean-includes to run on the whole source
36 # includes removed.
37 # .h files will have redundant includes (including includes of osdep.h)
84 echo "Usage: clean-includes [--git subjectprefix] [--check-dup-head] [--all | foo.c ...]"
156 # (this will add two lines if the file uses both "..." and <...> #includes,
160 # Now remove any duplicate osdep.h includes
163 # Remove includes of osdep.h itself
168 # Remove includes that osdep.h already provides
186 echo "Found duplicate header file includes. Please check the above files manually."
194 $GITSUBJ: Clean up includes
196 This commit was created with scripts/clean-includes.
202 * Including it in a .h is redundant, since the .c already includes
204 * Likewise, including headers qemu/osdep.h includes is redundant.