Chen Qun <kuhn.chen...@huawei.com> writes: > There are 23 files that include the "sysemu/qtest.h", > but they do not use any qtest functions. > > Signed-off-by: Chen Qun <kuhn.chen...@huawei.com>
The subject sounds as if you were deleting file include/sysemu/qtest.h, which would be wrong. You're actually deleting inclusions. Suggest to say qtest: delete superfluous inclusions of qtest.h or delete superfluous #include "sysemu/qtest.h" Perhaps the maintainer merging your patch can do that for you.