X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5eae566a28d4494e70a9e3812e269dbd87d9bc07..d760c7b3d920636877a30f96fbb876bce798b5a7:/armsrc/mifaredesfire.h diff --git a/armsrc/mifaredesfire.h b/armsrc/mifaredesfire.h index 659e0057..40c623ef 100644 --- a/armsrc/mifaredesfire.h +++ b/armsrc/mifaredesfire.h @@ -1,15 +1,14 @@ #ifndef __MIFAREDESFIRE_H #define __MIFAREDESFIRE_H -#include "../include/proxmark3.h" +#include "common.h" +#include "proxmark3.h" #include "apps.h" -#include "util.h" #include "string.h" - -#include "../common/iso14443crc.h" +#include "BigBuf.h" +#include "iso14443crc.h" #include "iso14443a.h" #include "desfire_key.h" #include "mifareutil.h" -#include "../include/common.h" - +#include "des.h" #endif