diff --git a/src/openpgp/cmd_import_data.c b/src/openpgp/cmd_import_data.c index 7c3e445..be1dbd4 100644 --- a/src/openpgp/cmd_import_data.c +++ b/src/openpgp/cmd_import_data.c @@ -18,8 +18,6 @@ #ifdef ESP_PLATFORM #include "esp_compat.h" #define MBEDTLS_ALLOW_PRIVATE_ACCESS -#else -#include "common.h" #endif #include "openpgp.h" #include "random.h" diff --git a/src/openpgp/cmd_pso.c b/src/openpgp/cmd_pso.c index 42bb662..d922040 100644 --- a/src/openpgp/cmd_pso.c +++ b/src/openpgp/cmd_pso.c @@ -18,8 +18,6 @@ #ifdef ESP_PLATFORM #include "esp_compat.h" #define MBEDTLS_ALLOW_PRIVATE_ACCESS -#else -#include "common.h" #endif #include "openpgp.h" #include "do.h" diff --git a/src/openpgp/openpgp.c b/src/openpgp/openpgp.c index 3f591d2..021e723 100644 --- a/src/openpgp/openpgp.c +++ b/src/openpgp/openpgp.c @@ -18,8 +18,6 @@ #ifdef ESP_PLATFORM #include "esp_compat.h" #define MBEDTLS_ALLOW_PRIVATE_ACCESS -#else -#include "common.h" #endif #include "openpgp.h" #include "version.h" diff --git a/src/openpgp/piv.c b/src/openpgp/piv.c index 350c480..d47ee16 100644 --- a/src/openpgp/piv.c +++ b/src/openpgp/piv.c @@ -18,8 +18,6 @@ #ifdef ESP_PLATFORM #include "esp_compat.h" #define MBEDTLS_ALLOW_PRIVATE_ACCESS -#else -#include "common.h" #endif #include "files.h" #include "apdu.h"