From patchwork Tue Feb 28 23:51:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Johnson X-Patchwork-Id: 143652 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 B3C4DB6FEA for ; Wed, 29 Feb 2012 12:14:03 +1100 (EST) Received: from localhost ([::1]:42677 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2Y7F-0000kO-0V for incoming@patchwork.ozlabs.org; Tue, 28 Feb 2012 20:14:01 -0500 Received: from eggs.gnu.org ([208.118.235.92]:59282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2WpO-0003qQ-CP for qemu-devel@nongnu.org; Tue, 28 Feb 2012 18:51:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2WpL-0005B7-UO for qemu-devel@nongnu.org; Tue, 28 Feb 2012 18:51:29 -0500 Received: from dns0.mips.com ([12.201.5.70]:51240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2WpL-00058z-Kr for qemu-devel@nongnu.org; Tue, 28 Feb 2012 18:51:27 -0500 Received: from exchdb01.mips.com (exchhub01.mips.com [192.168.36.84]) by dns0.mips.com (8.13.8/8.13.8) with ESMTP id q1SNp5pq011324; Tue, 28 Feb 2012 15:51:05 -0800 Received: from EXCHDB03.MIPS.com ([fe80::6df1:ae84:797e:9076]) by exchhub01.mips.com ([::1]) with mapi id 14.01.0270.001; Tue, 28 Feb 2012 15:50:44 -0800 From: "Johnson, Eric" To: Stefan Weil , Anthony Liguori Thread-Topic: [Qemu-devel] [PATCH 09/15] target-mips: Clean includes Thread-Index: AQHM9mLSfveCqFnIHU6J0aCz2+pA+pZS+RXw Date: Tue, 28 Feb 2012 23:51:00 +0000 Message-ID: References: <1330465637-23410-1-git-send-email-sw@weilnetz.de> <1330465637-23410-10-git-send-email-sw@weilnetz.de> In-Reply-To: <1330465637-23410-10-git-send-email-sw@weilnetz.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.16.139] x-ems-proccessed: 6LP3oGfGVdcdb8o1aBnt6w== x-ems-stamp: rFl4K2I3jRiQ8xxbw7uxHg== MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 12.201.5.70 X-Mailman-Approved-At: Tue, 28 Feb 2012 20:13:51 -0500 Cc: "qemu-devel@nongnu.org" , Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH 09/15] target-mips: 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 You may want to just put those includes inside an '#ifdef MIPS_DEBUG_DISAS' instead of removing them. Although I suppose we could just add back the minimum needed along with the patches to fix the compile when MIPS_DEBUG_DISAS is defined. -----Original Message----- From: qemu-devel-bounces+ericj=mips.com@nongnu.org [mailto:qemu-devel-bounces+ericj=mips.com@nongnu.org] On Behalf Of Stefan Weil Sent: Tuesday, February 28, 2012 1:47 PM To: Anthony Liguori Cc: Stefan Weil; qemu-devel@nongnu.org; Aurelien Jarno Subject: [Qemu-devel] [PATCH 09/15] target-mips: Clean includes Remove some include statements which are not needed. Cc: Aurelien Jarno Signed-off-by: Stefan Weil --- target-mips/translate.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) -- 1.7.9 diff --git a/target-mips/translate.c b/target-mips/translate.c index d5b1c76..8361d88 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -20,16 +20,9 @@ * License along with this library; if not, see . */ -#include -#include -#include -#include -#include - #include "cpu.h" #include "disas.h" #include "tcg-op.h" -#include "qemu-common.h" #include "helper.h" #define GEN_HELPER 1