The script drops #include "qemu/osdep.h" from headers. Mention it in the commit message it uses for --git.
Signed-off-by: Markus Armbruster <arm...@redhat.com> --- scripts/clean-includes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/clean-includes b/scripts/clean-includes index f0466a6262..f9722c3aec 100755 --- a/scripts/clean-includes +++ b/scripts/clean-includes @@ -193,8 +193,8 @@ if [ "$GIT" = "yes" ]; then git commit --signoff -F - <<EOF $GITSUBJ: Clean up includes -Clean up includes so that osdep.h is included first and headers -which it implies are not included manually. +Clean up includes so that qemu/osdep.h is included first in .c, and +not in .h, and headers which it implies are not included manually. This commit was created with scripts/clean-includes. -- 2.39.0