From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rt5QJ-0007hZ-3v for qemu-devel@nongnu.org; Thu, 02 Feb 2012 17:46:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rt5QH-0002Pw-Ru for qemu-devel@nongnu.org; Thu, 02 Feb 2012 17:46:34 -0500 Message-ID: <4F2B1247.2040205@weilnetz.de> Date: Thu, 02 Feb 2012 23:46:31 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1328217177-32745-1-git-send-email-sw@weilnetz.de> <1328217177-32745-11-git-send-email-sw@weilnetz.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 10/15] target-ppc: Clean includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, Developers qemu-devel Am 02.02.2012 22:26, schrieb Alexander Graf: > > On 02.02.2012, at 22:12, Stefan Weil wrote: > >> Remove some include statements which are not needed. > > Are these redundant or do they just happen to be unnecessary because > of unused debug #ifdefs? > > > Alex They are redundant because cpu.h includes qemu-common.h which includes the standard include files. Cheers, Stefan