From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScS3g-0003AG-3P for qemu-devel@nongnu.org; Wed, 06 Jun 2012 22:02:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScS3e-00083L-3u for qemu-devel@nongnu.org; Wed, 06 Jun 2012 22:02:43 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:54817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScS3d-00082I-RW for qemu-devel@nongnu.org; Wed, 06 Jun 2012 22:02:42 -0400 Received: by mail-pz0-f45.google.com with SMTP id v2so168316dad.4 for ; Wed, 06 Jun 2012 19:02:40 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 7 Jun 2012 04:02:22 +0200 Message-Id: <1339034542-8960-4-git-send-email-pbonzini@redhat.com> In-Reply-To: <1339034542-8960-1-git-send-email-pbonzini@redhat.com> References: <1339034542-8960-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v2 3/3] qmp: do not include monitor.h from qapi-types-core.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: lcapitulino@redhat.com The comment is stale, monitor.h is not needed anymore (only qerror.h is, because it contains the schema for errors). Signed-off-by: Paolo Bonzini --- qapi/qapi-types-core.h | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/qapi/qapi-types-core.h b/qapi/qapi-types-core.h index 27e6be0..f781fc3 100644 --- a/qapi/qapi-types-core.h +++ b/qapi/qapi-types-core.h @@ -16,8 +16,6 @@ #include "qemu-common.h" #include "error.h" - -/* FIXME this is temporary until we remove middle mode */ -#include "monitor.h" +#include "qerror.h" #endif -- 1.7.10.1