From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dwOVS-00016G-My for qemu-devel@nongnu.org; Mon, 25 Sep 2017 04:12:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dwOVR-0000sL-T3 for qemu-devel@nongnu.org; Mon, 25 Sep 2017 04:12:46 -0400 Date: Mon, 25 Sep 2017 10:12:32 +0200 From: Cornelia Huck Message-ID: <20170925101232.4d5dd45c.cohuck@redhat.com> In-Reply-To: <20170922154014.29350-6-f4bug@amsat.org> References: <20170922154014.29350-1-f4bug@amsat.org> <20170922154014.29350-6-f4bug@amsat.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 05/34] misc: remove duplicated includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= Cc: Peter Maydell , Thomas Huth , Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Stefano Stabellini , Anthony Perard , Eduardo Habkost , Marcel Apfelbaum , Christian Borntraeger , Alexander Graf , Stafford Horne , =?UTF-8?B?TWFyYy1BbmRyw6k=?= Lureau , "Daniel P. Berrange" , Gerd Hoffmann , qemu-devel@nongnu.org, qemu-arm@nongnu.org, qemu-trivial@nongnu.org On Fri, 22 Sep 2017 12:39:45 -0300 Philippe Mathieu-Daud=C3=A9 wrote: > exec: housekeeping (funny since 02d0e095031) >=20 > applied using ./scripts/clean-includes >=20 > Signed-off-by: Philippe Mathieu-Daud=C3=A9 > --- > 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