{src,util}: Remove duplicated includes

Change-Id: Id09cec6b2aae58b131b208e96fec539d068ff68a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32566
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2019-05-04 08:12:42 +02:00
committed by Patrick Georgi
parent 052163236c
commit 1d3b3c3c09
4 changed files with 1 additions and 4 deletions

View File

@ -22,7 +22,6 @@
#include <sys/io.h>
#endif
#include <ec.h>
#include <stdlib.h>
#if defined __NetBSD__ || defined __OpenBSD__