From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuPLh-0004b4-2q for qemu-devel@nongnu.org; Mon, 06 Feb 2012 09:15:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuPLb-0008BD-BD for qemu-devel@nongnu.org; Mon, 06 Feb 2012 09:15:17 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:40494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuPLb-0008Av-3s for qemu-devel@nongnu.org; Mon, 06 Feb 2012 09:15:11 -0500 Received: by pbaa11 with SMTP id a11so6777622pba.4 for ; Mon, 06 Feb 2012 06:15:10 -0800 (PST) Message-ID: <4F2FE06A.4000707@codemonkey.ws> Date: Mon, 06 Feb 2012 08:15:06 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1328342577-25732-1-git-send-email-pbonzini@redhat.com> <1328342577-25732-6-git-send-email-pbonzini@redhat.com> In-Reply-To: <1328342577-25732-6-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 05/27] qom: do not include qdev header file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On 02/04/2012 02:02 AM, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini > --- > qom/object.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/qom/object.c b/qom/object.c > index a89e9e3..c0f6d54 100644 > --- a/qom/object.c > +++ b/qom/object.c > @@ -13,8 +13,6 @@ > #include "qemu/object.h" > #include "qemu-common.h" > #include "qapi/qapi-visit-core.h" > -#include "hw/qdev.h" > -// FIXME remove above Reviewed-by: Anthony Liguori Regards, Anthony Liguori > > #define MAX_INTERFACES 32 >