From 530f677cdc5de0cac94d00ee58037063ecb6cd64 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 30 Nov 2016 14:59:52 +0200 Subject: buildsystem: Drop explicit (k)config.h includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We have kconfig.h auto-included and it pulls config.h too. Change-Id: I665a0a168b0d4d3b8f3a27203827b542769988da Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/17655 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/southbridge/intel/bd82x6x/usb_ehci.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/southbridge/intel') diff --git a/src/southbridge/intel/bd82x6x/usb_ehci.c b/src/southbridge/intel/bd82x6x/usb_ehci.c index c0cb1a9092..2712a5b158 100644 --- a/src/southbridge/intel/bd82x6x/usb_ehci.c +++ b/src/southbridge/intel/bd82x6x/usb_ehci.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include #include #include #include -- cgit v1.2.3