diff --git a/client/reveng/getopt.c b/client/reveng/getopt.c index abe99634a..ebea43f06 100644 --- a/client/reveng/getopt.c +++ b/client/reveng/getopt.c @@ -24,8 +24,8 @@ ----------------------------------------------------------------------*/ -#include "string.h" -#include "stdio.h" +#include +#include #include "getopt.h" char *optarg; diff --git a/common/cmd.h b/common/cmd.h index 2caa71964..d44fb85be 100644 --- a/common/cmd.h +++ b/common/cmd.h @@ -37,7 +37,6 @@ #include "usb_cmd.h" #include "usb_cdc.h" #include "proxmark3.h" -#include "string.h" bool cmd_receive(UsbCommand* cmd); bool cmd_send(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void* data, size_t len);