From e9a0130879bca97462c6184f1d368f773e00e8a0 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 26 Oct 2018 15:06:33 +0200 Subject: src: Remove unneeded include Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29289 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/intel/cannonlake/chip.c | 1 - src/soc/intel/cannonlake/lpc.c | 1 - src/soc/intel/cannonlake/nhlt.c | 1 - src/soc/intel/cannonlake/systemagent.c | 1 - 4 files changed, 4 deletions(-) (limited to 'src/soc/intel/cannonlake') diff --git a/src/soc/intel/cannonlake/chip.c b/src/soc/intel/cannonlake/chip.c index 4049c1e78c..17b173aec6 100644 --- a/src/soc/intel/cannonlake/chip.c +++ b/src/soc/intel/cannonlake/chip.c @@ -14,7 +14,6 @@ */ #include -#include #include #include #include diff --git a/src/soc/intel/cannonlake/lpc.c b/src/soc/intel/cannonlake/lpc.c index c058065043..b440d392e4 100644 --- a/src/soc/intel/cannonlake/lpc.c +++ b/src/soc/intel/cannonlake/lpc.c @@ -16,7 +16,6 @@ */ #include "chip.h" -#include #include #include #include diff --git a/src/soc/intel/cannonlake/nhlt.c b/src/soc/intel/cannonlake/nhlt.c index ca31d39574..ffe3f5bf6a 100644 --- a/src/soc/intel/cannonlake/nhlt.c +++ b/src/soc/intel/cannonlake/nhlt.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include #include #include diff --git a/src/soc/intel/cannonlake/systemagent.c b/src/soc/intel/cannonlake/systemagent.c index 06b37e0a92..e6310c0c9a 100644 --- a/src/soc/intel/cannonlake/systemagent.c +++ b/src/soc/intel/cannonlake/systemagent.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include #include #include #include -- cgit v1.2.3