1
0
Fork 0

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>
utp
Simon Glass 2015-11-08 23:47:46 -07:00
parent 24b852a7a2
commit 7d94c49765
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include <config.h>
#include <common.h>
#include <console.h>
#include <div64.h>