summaryrefslogtreecommitdiff
path: root/src/lib/hexdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hexdump.c')
-rw-r--r--src/lib/hexdump.c1
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)
{