move common util fcts to /common to avoid common files (e.g. crc) to depend on non-common files

This commit is contained in:
Philippe Teuwen
2019-04-16 23:02:40 +02:00
parent 8b99df9074
commit 4eaa2fc5aa
19 changed files with 155 additions and 209 deletions

View File

@@ -4,7 +4,6 @@
#include <stddef.h>
#include "proxmark3.h"
#include "apps.h"
#include "util.h"
#include "BigBuf.h"
#include "mifare.h"