Cleanup includes

This commit is contained in:
Willy-JL
2025-03-10 04:15:14 +00:00
parent 385e8b3b1c
commit 4dce8790cc
5 changed files with 2 additions and 13 deletions

View File

@@ -1,7 +1,5 @@
#include "type_4_tag_i.h"
#include <furi.h>
#define TYPE_4_TAG_PROTOCOL_NAME "Type 4 Tag"
const NfcDeviceBase nfc_device_type_4_tag = {

View File

@@ -2,8 +2,6 @@
#include <lib/nfc/protocols/iso14443_4a/iso14443_4a.h>
#include <lib/toolbox/simple_array.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -1,10 +1,7 @@
#include "type_4_tag_poller_i.h"
#include "type_4_tag_poller_defs.h"
#include "type_4_tag_i.h"
#include <nfc/protocols/nfc_poller_base.h>
#include <furi.h>
#define TAG "Type4TagPoller"
// Read returns 2 byte status trailer, write sends 5 byte command header

View File

@@ -2,8 +2,6 @@
#include "type_4_tag.h"
#include <lib/nfc/protocols/iso14443_4a/iso14443_4a_poller.h>
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -1,9 +1,7 @@
#include "type_4_tag_poller_i.h"
#include "type_4_tag_i.h"
#include <bit_lib/bit_lib.h>
#include <furi.h>
#include "type_4_tag_i.h"
#define TAG "Type4TagPoller"