commit | 456f5e443590f6e130e514092e65e2c418f563c2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 08 23:47:46 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:27:50 2015 -0700 |
tree | d74bfb6073b1eaa275515669cc4da21b8056ffd9 | |
parent | a73bda442901bc01960ada47acadbc8649d6ba7c [diff] |
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>
diff --git a/lib/display_options.c b/lib/display_options.c index 4f2961f..29343fc 100644 --- a/lib/display_options.c +++ b/lib/display_options.c
@@ -5,7 +5,6 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include <config.h> #include <common.h> #include <console.h> #include <div64.h>