From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOGiN-0006Hb-Iy for qemu-devel@nongnu.org; Sun, 22 May 2011 18:01:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOGiL-0006jD-Qm for qemu-devel@nongnu.org; Sun, 22 May 2011 18:01:35 -0400 Received: from mtagate7.uk.ibm.com ([194.196.100.167]:43706) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOGiL-0006in-Je for qemu-devel@nongnu.org; Sun, 22 May 2011 18:01:33 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate7.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p4MM1Ucp028512 for ; Sun, 22 May 2011 22:01:30 GMT Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p4MM1PcI2412742 for ; Sun, 22 May 2011 23:01:30 +0100 Received: from d06av05.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p4MM1PrP011918 for ; Sun, 22 May 2011 16:01:25 -0600 From: Stefan Hajnoczi Date: Sun, 22 May 2011 23:01:15 +0100 Message-Id: <1306101677-26631-3-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1306101677-26631-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1306101677-26631-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 2/4] hw/realview.c: Remove duplicate #include line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Anthony Liguori , Stefan Hajnoczi From: Peter Maydell Remove a duplicate #include of sysbus.h. Signed-off-by: Peter Maydell Signed-off-by: Stefan Hajnoczi --- hw/realview.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hw/realview.c b/hw/realview.c index 96fb9da..82f3d82 100644 --- a/hw/realview.c +++ b/hw/realview.c @@ -17,7 +17,6 @@ #include "sysemu.h" #include "boards.h" #include "bitbang_i2c.h" -#include "sysbus.h" #include "blockdev.h" #define SMP_BOOT_ADDR 0xe0000000 -- 1.7.4.4