From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 27 Oct 2019 18:06:53 +0100 Subject: [U-Boot] [PATCH 23/30] video: meson: Drop unnecessary header includes In-Reply-To: <20191027155410.187957-23-sjg@chromium.org> References: <20191027155410.187957-1-sjg@chromium.org> <20191027155410.187957-23-sjg@chromium.org> Message-ID: <20191027180653.4e826d50@crub> 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, 27 Oct 2019 09:54:03 -0600 Simon Glass sjg at chromium.org wrote: > These files should not be included in meson header files. Drop them and > tidy up the affected C files. > > Signed-off-by: Simon Glass Reviewed-by: Anatolij Gustschin