Skip to content
Snippets Groups Projects
Commit 7d94c497 authored by Simon Glass's avatar Simon Glass
Browse files

Drop config.h header from display_options.c


Since common.h will always include this automatically, it is not needed.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 24b852a7
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment