{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:
parent
052163236c
commit
1d3b3c3c09
|
@ -23,7 +23,7 @@
|
|||
#include <northbridge/intel/sandybridge/chip.h>
|
||||
#include <device/pci_def.h>
|
||||
#include <delay.h>
|
||||
#include <arch/cpu.h>
|
||||
|
||||
#include "raminit_native.h"
|
||||
#include "raminit_common.h"
|
||||
#include "sandybridge.h"
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
#include <getopt.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <sys/io.h>
|
||||
#endif
|
||||
#include <ec.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined __NetBSD__ || defined __OpenBSD__
|
||||
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <locale.h>
|
||||
|
|
Loading…
Reference in New Issue