move common util fcts to /common to avoid common files (e.g. crc) to depend on non-common files
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include "util.h"
|
||||
#include "ui.h"
|
||||
#include "proxmark3.h"
|
||||
#include "emv_tags.h"
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
#include <jansson.h>
|
||||
#include "tlv.h"
|
||||
#include "commonutil.h"
|
||||
|
||||
typedef struct {
|
||||
tlv_tag_t Tag;
|
||||
|
||||
Reference in New Issue
Block a user