From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeWGl-0006sQ-Ka for qemu-devel@nongnu.org; Tue, 12 Jun 2012 14:56:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeWGg-0006a2-EX for qemu-devel@nongnu.org; Tue, 12 Jun 2012 14:56:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeWGg-0006Ym-6v for qemu-devel@nongnu.org; Tue, 12 Jun 2012 14:56:42 -0400 Date: Tue, 12 Jun 2012 15:57:02 -0300 From: Luiz Capitulino Message-ID: <20120612155702.203fdc2f@doriath.home> In-Reply-To: <1339034542-8960-1-git-send-email-pbonzini@redhat.com> References: <1339034542-8960-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] Clean up includes of monitor.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org On Thu, 7 Jun 2012 04:02:19 +0200 Paolo Bonzini wrote: > There is no reason why QAPI clients should use monitor.h at all, > qerror.h suffices. > > qmp-commands.h uses the Monitor typedef, but it is only included > from files that already get the typedef from qemu-common.h. Applied to the qmp branch, thanks. PS: I'm assuming that Anthony doesn't have further objections.