scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header
commita6703e65ecfe3a57f122abdf1f8353fb60927a43
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 5 Jun 2020 15:49:17 +0000 (5 16:49 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 8 Jun 2020 15:59:29 +0000 (8 16:59 +0100)
tree1fa4442fcd66d4c817aa839aa45255a6d31bd356
parent02324a475c7df4223d63d631d0cead61f0efeb03
scripts/clean-includes: Mark 'qemu/qemu-plugin.h' as special header

"qemu/qemu-plugin.h" isn't meant to be include by QEMU codebase,
but by 3rd party plugins that QEMU can use. These plugins can be
built out of QEMU and don't include "qemu/osdep.h".
Mark "qemu/qemu-plugin.h" as a special header that doesn't need
to be cleaned for "qemu/osdep.h".

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200524215654.13256-1-f4bug@amsat.org>
Message-Id: <20200605154929.26910-3-alex.bennee@linaro.org>
scripts/clean-includes