From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScS3Z-0002w7-7e for qemu-devel@nongnu.org; Wed, 06 Jun 2012 22:02:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScS3X-00082M-Az for qemu-devel@nongnu.org; Wed, 06 Jun 2012 22:02:36 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:46410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScS3X-00082C-26 for qemu-devel@nongnu.org; Wed, 06 Jun 2012 22:02:35 -0400 Received: by dadv2 with SMTP id v2so168281dad.4 for ; Wed, 06 Jun 2012 19:02:31 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 7 Jun 2012 04:02:19 +0200 Message-Id: <1339034542-8960-1-git-send-email-pbonzini@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: lcapitulino@redhat.com 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. v1->v2: rebase to queue/qmp Paolo Bonzini (3): kvm: add missing include files qmp: include monitor.h when needed qmp: do not include monitor.h from qapi-types-core.h hmp.c | 1 + kvm-all.c | 2 ++ net/tap.c | 1 + qapi/qapi-types-core.h | 4 +--- 4 files changed, 5 insertions(+), 3 deletions(-) -- 1.7.10.1