mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-01 02:27:21 +08:00
chg: some referense to "string.h" -> which should be <string.h> or removed.
This commit is contained in:
parent
b06579e0d5
commit
e66b9c52b3
2 changed files with 2 additions and 3 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
----------------------------------------------------------------------*/
|
||||
|
||||
#include "string.h"
|
||||
#include "stdio.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include "getopt.h"
|
||||
|
||||
char *optarg;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue