From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtgwW-0003NI-O1 for qemu-devel@nongnu.org; Sat, 04 Feb 2012 09:50:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtgwV-00085E-5H for qemu-devel@nongnu.org; Sat, 04 Feb 2012 09:50:20 -0500 Received: from mail.serverraum.org ([78.47.150.89]:38825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtgwV-00082i-0g for qemu-devel@nongnu.org; Sat, 04 Feb 2012 09:50:19 -0500 From: Michael Walle Date: Sat, 4 Feb 2012 15:50:14 +0100 References: <1328217177-32745-1-git-send-email-sw@weilnetz.de> <1328217177-32745-7-git-send-email-sw@weilnetz.de> In-Reply-To: <1328217177-32745-7-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202041550.14543.michael@walle.cc> Subject: Re: [Qemu-devel] [PATCH 06/15] target-lm32: Clean includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org Am Donnerstag 02 Februar 2012, 22:12:48 schrieb Stefan Weil: > config.h was missing in cpu.h. > > Cc: Michael Walle > Signed-off-by: Stefan Weil > --- > target-lm32/cpu.h | 1 + > target-lm32/helper.c | 5 ----- > target-lm32/translate.c | 8 -------- > 3 files changed, 1 insertions(+), 13 deletions(-) > > diff --git a/target-lm32/cpu.h b/target-lm32/cpu.h > index 037ef52..b6b6b4c 100644 > --- a/target-lm32/cpu.h > +++ b/target-lm32/cpu.h > @@ -24,6 +24,7 @@ > > #define CPUState struct CPULM32State > > +#include "config.h" > #include "qemu-common.h" > #include "cpu-defs.h" > struct CPULM32State; > diff --git a/target-lm32/helper.c b/target-lm32/helper.c > index fc0b444..2637c03 100644 > --- a/target-lm32/helper.c > +++ b/target-lm32/helper.c > @@ -17,11 +17,6 @@ > * License along with this library; if not, see > . */ > > -#include > -#include > -#include > - > -#include "config.h" > #include "cpu.h" > #include "host-utils.h" > > diff --git a/target-lm32/translate.c b/target-lm32/translate.c > index 0be105d..c80e48b 100644 > --- a/target-lm32/translate.c > +++ b/target-lm32/translate.c > @@ -17,18 +17,10 @@ > * License along with this library; if not, see > . */ > > -#include > -#include > -#include > -#include > -#include > -#include > - > #include "cpu.h" > #include "disas.h" > #include "helper.h" > #include "tcg-op.h" > -#include "qemu-common.h" > > #include "hw/lm32_pic.h" Acked-by: Michael Walle -- michael