Drop config.h header from display_options.c
authorSimon Glass <sjg@chromium.org>
Mon, 9 Nov 2015 06:47:46 +0000 (23:47 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 20 Nov 2015 03:27:50 +0000 (20:27 -0700)
Since common.h will always include this automatically, it is not needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/display_options.c

index 4f2961f..29343fc 100644 (file)
@@ -5,7 +5,6 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
-#include <config.h>
 #include <common.h>
 #include <console.h>
 #include <div64.h>