mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
wrong includes
This commit is contained in:
parent
493a26b93a
commit
98d8405830
4 changed files with 25 additions and 20 deletions
|
@ -7,23 +7,7 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// High frequency MIFARE Desfire commands
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "des.h"
|
||||
#include "cmdmain.h"
|
||||
#include "proxmark3.h"
|
||||
#include "../include/common.h"
|
||||
#include "../include/mifare.h"
|
||||
#include "iso14443crc.h"
|
||||
#include "ui.h"
|
||||
#include "cmdparser.h"
|
||||
#include "util.h"
|
||||
#include "cmdhfmfdes.h"
|
||||
#include "cmdhf14a.h"
|
||||
|
||||
|
||||
uint8_t CMDPOS = 0;
|
||||
uint8_t LENPOS = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue