From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxIVQ-0003uy-9D for qemu-devel@nongnu.org; Tue, 26 May 2015 13:19:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxIVP-0006Ty-Gx for qemu-devel@nongnu.org; Tue, 26 May 2015 13:19:08 -0400 Message-ID: <5564AAFB.2040604@redhat.com> Date: Tue, 26 May 2015 19:18:51 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1432622302-6798-1-git-send-email-crosthwaite.peter@gmail.com> <55642B01.3010305@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] memory_mapping: Use qemu_common.h include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: qemu-trivial , Peter Crosthwaite , "qemu-devel@nongnu.org Developers" , Peter Crosthwaite On 26/05/2015 19:05, Peter Crosthwaite wrote: > OK, but it is an odd one out, would you be willing to accept > the double include that seems to be widespread? > > +#include "qemu_common.h" > #include "cpu.h" > -#include "exec/cpu-all.h" This is exactly what I meant. What is odd about it? In fact, including exec/cpu-all.h outside cpu.h is definitely odd. Paolo