X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/35147d51e3961db75a852368fffa31006da90199..57e1e31dce70a58da1736b9579a869c1df313a13:/armsrc/mifaredesfire.h diff --git a/armsrc/mifaredesfire.h b/armsrc/mifaredesfire.h index 5d490e2e..40c623ef 100644 --- a/armsrc/mifaredesfire.h +++ b/armsrc/mifaredesfire.h @@ -1,16 +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 "crapto1.h" +#include "desfire_key.h" #include "mifareutil.h" -#include "../include/common.h" - - +#include "des.h" #endif