From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dnQLv-0005nZ-0n for qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:21:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dnQLr-0006hg-Qt for qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:21:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49188) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dnQLr-0006hH-KG for qemu-devel@nongnu.org; Thu, 31 Aug 2017 10:21:47 -0400 Date: Thu, 31 Aug 2017 16:21:39 +0200 From: Cornelia Huck Message-ID: <20170831162139.2065033c.cohuck@redhat.com> In-Reply-To: <20170830170601.15855-2-david@redhat.com> References: <20170830170601.15855-1-david@redhat.com> <20170830170601.15855-2-david@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v1 01/11] exec, dump: don't include exec/exec-all.h explicitly List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Hildenbrand Cc: qemu-devel@nongnu.org, Richard Henderson , Aurelien Jarno , thuth@redhat.com, borntraeger@de.ibm.com, Alexander Graf On Wed, 30 Aug 2017 19:05:51 +0200 David Hildenbrand wrote: > All but two, namely exec.c and dump.c, include exec/exec-all.h via > cpu.h only. as these files already include cpu.h, let's just drop the > additional include. > > Signed-off-by: David Hildenbrand > --- > dump.c | 1 - > exec.c | 1 - > 2 files changed, 2 deletions(-) > I think there are some more (target//arch_dump.c and some i386 files) - do you want to clean up those as well?