From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Date: Sun, 16 Aug 2015 23:19:57 +0200 Subject: [U-Boot] [PATCH 03/11] arm: tegra: mmc: clean-up include file order In-Reply-To: References: <1439691396-28809-1-git-send-email-marcel@ziswiler.com> <1439691396-28809-3-git-send-email-marcel@ziswiler.com> Message-ID: <1439759997.3159.3.camel@ziswiler.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 2015-08-16 at 15:11 -0600, Simon Glass wrote: > Thanks for tidying this up. But the ordering should be: > > > > > > > "local.h" Says who? I was only aware that common.h needs to go on top, the local stuff (e.g. in double quotes) on the bottom and the rest I assumed can go alphabetically ordered in between, not?