From patchwork Thu Feb 2 21:12:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Weil X-Patchwork-Id: 139222 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AF7E4B6EEA for ; Fri, 3 Feb 2012 08:13:28 +1100 (EST) Received: from localhost ([::1]:37644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt3y4-0006Uu-PX for incoming@patchwork.ozlabs.org; Thu, 02 Feb 2012 16:13:20 -0500 Received: from eggs.gnu.org ([140.186.70.92]:36810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt3xs-0006Sv-Q3 for qemu-devel@nongnu.org; Thu, 02 Feb 2012 16:13:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rt3xo-0000Hw-CY for qemu-devel@nongnu.org; Thu, 02 Feb 2012 16:13:08 -0500 Received: from v220110690675601.yourvserver.net ([78.47.199.172]:40203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt3xo-0000HJ-1O for qemu-devel@nongnu.org; Thu, 02 Feb 2012 16:13:04 -0500 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id CC205728009A; Thu, 2 Feb 2012 22:13:02 +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 miTbUCrgdkIl; Thu, 2 Feb 2012 22:13:01 +0100 (CET) Received: by v220110690675601.yourvserver.net (Postfix, from userid 1000) id E7DBE7280098; Thu, 2 Feb 2012 22:13:00 +0100 (CET) From: Stefan Weil To: qemu-devel@nongnu.org Date: Thu, 2 Feb 2012 22:12:44 +0100 Message-Id: <1328217177-32745-3-git-send-email-sw@weilnetz.de> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1328217177-32745-1-git-send-email-sw@weilnetz.de> References: <1328217177-32745-1-git-send-email-sw@weilnetz.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 78.47.199.172 Cc: Stefan Weil , 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