From patchwork Tue Feb 28 21:47:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 143560 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4E66EB6F9F for ; Wed, 29 Feb 2012 09:49:11 +1100 (EST) Received: from localhost ([::1]:36864 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Uug-0001gj-I0 for incoming@patchwork.ozlabs.org; Tue, 28 Feb 2012 16:48:50 -0500 Received: from eggs.gnu.org ([208.118.235.92]:50510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Utw-0008Fe-9z for qemu-devel@nongnu.org; Tue, 28 Feb 2012 16:48:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2UtY-0005Cr-In for qemu-devel@nongnu.org; Tue, 28 Feb 2012 16:48:03 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:52498) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2UtY-0005CR-Cv for qemu-devel@nongnu.org; Tue, 28 Feb 2012 16:47:40 -0500 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id 13C7772800A8; Tue, 28 Feb 2012 22:47:39 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vlUXCzoeEQyN; Tue, 28 Feb 2012 22:47:38 +0100 (CET) Received: by v220110690675601.yourvserver.net (Postfix, from userid 1000) id EDBAB728009C; Tue, 28 Feb 2012 22:47:37 +0100 (CET) From: Stefan Weil To: Anthony Liguori Date: Tue, 28 Feb 2012 22:47:04 +0100 Message-Id: <1330465637-23410-3-git-send-email-sw@weilnetz.de> X-Mailer: git-send-email 1.7.9 In-Reply-To: <1330465637-23410-1-git-send-email-sw@weilnetz.de> References: <1330465637-23410-1-git-send-email-sw@weilnetz.de> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 78.47.199.172 Cc: Stefan Weil , qemu-devel@nongnu.org, Richard Henderson Subject: [Qemu-devel] [PATCH 02/15] target-alpha: Clean includes X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org The change in cpu.h is needed when HOST_LONG_BITS is defined in qemu-common.h. Cc: Richard Henderson Signed-off-by: Stefan Weil --- target-alpha/cpu.h | 1 + target-alpha/translate.c | 5 ----- 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index 9d61d45..5cd6fd8 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -21,6 +21,7 @@ #define __CPU_ALPHA_H__ #include "config.h" +#include "qemu-common.h" #define TARGET_LONG_BITS 64 diff --git a/target-alpha/translate.c b/target-alpha/translate.c index a961159..1d2142b 100644 --- a/target-alpha/translate.c +++ b/target-alpha/translate.c @@ -17,15 +17,10 @@ * License along with this library; if not, see . */ -#include -#include -#include - #include "cpu.h" #include "disas.h" #include "host-utils.h" #include "tcg-op.h" -#include "qemu-common.h" #include "helper.h" #define GEN_HELPER 1