From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLYzS-0001qn-6m for qemu-devel@nongnu.org; Tue, 19 Jan 2016 11:18:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLYzR-0004bb-8n for qemu-devel@nongnu.org; Tue, 19 Jan 2016 11:18:42 -0500 Date: Tue, 19 Jan 2016 17:18:33 +0100 From: Kevin Wolf Message-ID: <20160119161833.GD4579@noname.redhat.com> References: <1453140102-8600-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453140102-8600-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH] block: Clean up includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, patches@linaro.org Am 18.01.2016 um 19:01 hat Peter Maydell geschrieben: > Clean up includes so that osdep.h is included first and headers > which it implies are not included manually. > > This commit was created with scripts/clean-includes. > > Signed-off-by: Peter Maydell Thanks, applied to the block branch. Kevin