mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-25 07:25:27 -07:00
removed unneeded include
This commit is contained in:
parent
5b749dcb0e
commit
0062cc1ca1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include "util.h"
|
//#include "util.h"
|
||||||
#include "string.h"
|
#include "string.h"
|
||||||
|
|
||||||
int kvsprintf(const char *format, void *arg, int radix, va_list ap) __attribute__ ((format (printf, 1, 0)));
|
int kvsprintf(const char *format, void *arg, int radix, va_list ap) __attribute__ ((format (printf, 1, 0)));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue