From 61e24fcb13eb7680490c3ac344f701625b1ba715 Mon Sep 17 00:00:00 2001 From: noproto Date: Mon, 23 Sep 2024 21:55:39 -0400 Subject: [PATCH] Fix include paths --- lib/nfc/helpers/crypto1.h | 2 +- lib/nfc/protocols/mf_classic/mf_classic_poller_i.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/nfc/helpers/crypto1.h b/lib/nfc/helpers/crypto1.h index a0ab77f66..0e358581a 100644 --- a/lib/nfc/helpers/crypto1.h +++ b/lib/nfc/helpers/crypto1.h @@ -1,6 +1,6 @@ #pragma once -#include "protocols/mf_classic/mf_classic.h" +#include #include #ifdef __cplusplus diff --git a/lib/nfc/protocols/mf_classic/mf_classic_poller_i.h b/lib/nfc/protocols/mf_classic/mf_classic_poller_i.h index 7b9c1e73f..f0175b25b 100644 --- a/lib/nfc/protocols/mf_classic/mf_classic_poller_i.h +++ b/lib/nfc/protocols/mf_classic/mf_classic_poller_i.h @@ -3,12 +3,12 @@ #include "mf_classic_poller.h" #include #include -#include "nfc/helpers/iso14443_crc.h" +#include #include #include #include #include "keys_dict.h" -#include "helpers/nfc_util.h" +#include #ifdef __cplusplus extern "C" {