aboutsummaryrefslogtreecommitdiff
path: root/src/lib/hexstrtobin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hexstrtobin.c')
-rw-r--r--src/lib/hexstrtobin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/hexstrtobin.c b/src/lib/hexstrtobin.c
index 61290b86d3..f0d3e9daba 100644
--- a/src/lib/hexstrtobin.c
+++ b/src/lib/hexstrtobin.c
@@ -13,7 +13,6 @@
#include <ctype.h>
#include <lib.h>
-#include <string.h>
size_t hexstrtobin(const char *str, uint8_t *buf, size_t len)
{