merge all includes into a single freefare.h header.
libmad already has a mad.h file libfreefare would conflict with.
This commit is contained in:
parent
3c4d6ff095
commit
073b67be48
13 changed files with 5 additions and 171 deletions
|
|
@ -204,9 +204,7 @@ int read_open_memory2(struct archive *, void *, size_t, size_t);
|
|||
*/
|
||||
|
||||
#include <nfc/nfc.h>
|
||||
#include <mifare_classic.h>
|
||||
#include <mad.h>
|
||||
#include <mifare_application.h>
|
||||
#include <freefare.h>
|
||||
|
||||
int mifare_classic_test_setup (MifareClassicTag *tag);
|
||||
int mifare_classic_test_teardown (MifareClassicTag tag);
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
#include <nfc/nfc.h>
|
||||
|
||||
#include "mifare_classic.h"
|
||||
|
||||
DEFINE_TEST(test_authenticate)
|
||||
{
|
||||
int res;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
#include "test.h"
|
||||
|
||||
#include "mifare_classic.h"
|
||||
|
||||
DEFINE_TEST(test_create_trailer_block)
|
||||
{
|
||||
do {
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
#include <nfc/nfc.h>
|
||||
|
||||
#include "mifare_classic.h"
|
||||
|
||||
DEFINE_TEST(test_format)
|
||||
{
|
||||
int res;
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
#include <nfc/nfc.h>
|
||||
|
||||
#include "mifare_classic.h"
|
||||
|
||||
DEFINE_TEST(test_read_sector_0)
|
||||
{
|
||||
MifareClassicTag tag;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue