From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWq04-00075a-2G for qemu-devel@nongnu.org; Fri, 09 Nov 2012 09:56:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWpzt-0005Vx-Jm for qemu-devel@nongnu.org; Fri, 09 Nov 2012 09:56:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWpzt-0005VN-B6 for qemu-devel@nongnu.org; Fri, 09 Nov 2012 09:55:53 -0500 From: Eduardo Habkost Date: Fri, 9 Nov 2012 12:56:42 -0200 Message-Id: <1352473012-20500-15-git-send-email-ehabkost@redhat.com> In-Reply-To: <1352473012-20500-1-git-send-email-ehabkost@redhat.com> References: <1352473012-20500-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [PATCH 14/24] sysemu.h: include qemu-types.h instead of qemu-common.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, riku.voipio@iki.fi, blauwirbel@gmail.com, Anthony Liguori , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= It just needs the Monitor and DeviceState typedefs, so it doesn't need all of qemu-common.h. Signed-off-by: Eduardo Habkost --- sysemu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysemu.h b/sysemu.h index f5ac664..ab1ef8b 100644 --- a/sysemu.h +++ b/sysemu.h @@ -2,7 +2,7 @@ #define SYSEMU_H /* Misc. things related to the system emulator. */ -#include "qemu-common.h" +#include "qemu-types.h" #include "qemu-option.h" #include "qemu-queue.h" #include "qemu-timer.h" -- 1.7.11.7