summaryrefslogtreecommitdiffstats
path: root/util/cbmem
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-05-04 08:12:42 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-07 16:15:56 +0000
commit1d3b3c3c0955a652a1b602c5fd86dc6c5890e967 (patch)
tree0a56f185eff6301131104c842077293e2a0447a0 /util/cbmem
parent052163236c928de11fa9bf8efbd33c1565fb735d (diff)
downloadcoreboot-1d3b3c3c0955a652a1b602c5fd86dc6c5890e967.tar.gz
coreboot-1d3b3c3c0955a652a1b602c5fd86dc6c5890e967.tar.bz2
coreboot-1d3b3c3c0955a652a1b602c5fd86dc6c5890e967.zip
{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>
Diffstat (limited to 'util/cbmem')
-rw-r--r--util/cbmem/cbmem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c
index ae1d2127fba3..52fdc9b81f42 100644
--- a/util/cbmem/cbmem.c
+++ b/util/cbmem/cbmem.c
@@ -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>