On Fri, 22 Sep 2017 12:39:45 -0300 Philippe Mathieu-Daudé <[email protected]> wrote:
> exec: housekeeping (funny since 02d0e095031) > > applied using ./scripts/clean-includes > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > accel/tcg/translate-all.c | 1 - > exec.c | 3 --- > hw/arm/spitz.c | 1 - > hw/char/xen_console.c | 1 - > hw/core/machine.c | 1 - > hw/s390x/css.c | 1 - > target/openrisc/exception_helper.c | 1 - > tests/vhost-user-test.c | 1 - > util/qemu-sockets.c | 1 - > vl.c | 1 - > 10 files changed, 12 deletions(-) > diff --git a/hw/s390x/css.c b/hw/s390x/css.c > index 75d4f301fb..3938fa5909 100644 > --- a/hw/s390x/css.c > +++ b/hw/s390x/css.c > @@ -13,7 +13,6 @@ > #include "qapi/error.h" > #include "qapi/visitor.h" > #include "hw/qdev.h" > -#include "qemu/error-report.h" > #include "qemu/bitops.h" > #include "qemu/error-report.h" > #include "exec/address-spaces.h" Acked-by: Cornelia Huck <[email protected]>
