diff --git a/lib/nfc/protocols/mrtd_helpers.c b/lib/nfc/helpers/mrtd_helpers.c similarity index 100% rename from lib/nfc/protocols/mrtd_helpers.c rename to lib/nfc/helpers/mrtd_helpers.c diff --git a/lib/nfc/protocols/mrtd_helpers.h b/lib/nfc/helpers/mrtd_helpers.h similarity index 100% rename from lib/nfc/protocols/mrtd_helpers.h rename to lib/nfc/helpers/mrtd_helpers.h diff --git a/lib/nfc/protocols/mrtd.h b/lib/nfc/protocols/mrtd.h index 0a9e64801..6ac4a93ae 100644 --- a/lib/nfc/protocols/mrtd.h +++ b/lib/nfc/protocols/mrtd.h @@ -1,8 +1,7 @@ #pragma once #include - -#include "mrtd_helpers.h" +#include #define MRTD_APP_FOLDER NFC_APP_FOLDER "/mrtd" #define MRTD_APP_EXTENSION ".mrtd"