diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-21 08:14:07 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-12-26 10:45:37 +0000 |
commit | 4200a5226305f91e996e415348dcfb7607be4a59 (patch) | |
tree | 30696cd742fc51e09f11f49730c6911b185212ef /src/lib/hexdump.c | |
parent | a8a7374e843bae6c98ad242d2870bef6043d165d (diff) | |
download | coreboot-4200a5226305f91e996e415348dcfb7607be4a59.tar.xz |
src: Remove unused include <string.h>
Change-Id: Ic6b66dd8fa387e67bb0ce609fb7e2553eeb66b3c
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37888
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/lib/hexdump.c')
-rw-r--r-- | src/lib/hexdump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/hexdump.c b/src/lib/hexdump.c index 2c9e483d1d..8ecba6d512 100644 --- a/src/lib/hexdump.c +++ b/src/lib/hexdump.c @@ -15,7 +15,6 @@ #include <console/console.h> #include <ctype.h> #include <lib.h> -#include <string.h> void hexdump(const void *memory, size_t length) { |