mirror of
https://xff.cz/git/u-boot/
synced 2025-10-27 08:33:10 +01:00
Drop config.h header from display_options.c
Since common.h will always include this automatically, it is not needed. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
* SPDX-License-Identifier: GPL-2.0+
|
* SPDX-License-Identifier: GPL-2.0+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <console.h>
|
#include <console.h>
|
||||||
#include <div64.h>
|
#include <div64.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user