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
commit 4eaa2fc5aa
19 changed files with 155 additions and 209 deletions

View file

@ -15,7 +15,7 @@
#include "proxmark3.h"
#include "apps.h"
#include "parity.h"
#include "util.h"
#include "commonutil.h"
#include "string.h"
#include "iso14443a.h"
#include "crapto1/crapto1.h"