From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cOSMF-0007ty-8n for qemu-devel@nongnu.org; Tue, 03 Jan 2017 11:54:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cOSMC-0004LN-7I for qemu-devel@nongnu.org; Tue, 03 Jan 2017 11:54:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36456) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cOSMC-0004LI-1c for qemu-devel@nongnu.org; Tue, 03 Jan 2017 11:54:40 -0500 Date: Tue, 3 Jan 2017 17:54:44 +0100 From: Igor Mammedov Message-ID: <20170103175444.38b824fc@Igors-MacBook-Pro.local> In-Reply-To: References: <1483371890-289981-1-git-send-email-imammedo@redhat.com> <1483371890-289981-2-git-send-email-imammedo@redhat.com> <1c69ec6e-e8e9-d544-f2c5-52ace0acf2bb@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/3] cleanup: remove not used header List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?UTF-8?Q?F=C3=A4rber?= Cc: qemu-devel@nongnu.org, Eric Blake , ehabkost@redhat.com, armbru@redhat.com, dgilbert@redhat.com On Tue, 3 Jan 2017 16:26:16 +0100 Andreas F=C3=A4rber wrote: > Am 03.01.2017 um 16:25 schrieb Eric Blake: > > On 01/02/2017 09:44 AM, Igor Mammedov wrote: > >=20 > > perhaps s/not used/unused/ in the subject >=20 > ... and qom: instead of cleanup: if this gets re-spun. sure >=20 > Andreas >=20 > >=20 > > Reviewed-by: Eric Blake > >=20 > >> Signed-off-by: Igor Mammedov > >> --- > >> qom/object_interfaces.c | 1 - > >> 1 file changed, 1 deletion(-) > >> > >> diff --git a/qom/object_interfaces.c b/qom/object_interfaces.c > >> index ded4d84..4b880d0 100644 > >> --- a/qom/object_interfaces.c > >> +++ b/qom/object_interfaces.c > >> @@ -3,7 +3,6 @@ > >> #include "qom/object_interfaces.h" > >> #include "qemu/module.h" > >> #include "qapi-visit.h" > >> -#include "qapi/qobject-output-visitor.h" > >> #include "qapi/opts-visitor.h" > >> =20 > >> void user_creatable_complete(Object *obj, Error **errp) > >> > >=20 >=20 >=20