diff --git a/workers/bt_type_code/bt_type_code.c b/workers/bt_type_code/bt_type_code.c index 02178e0fe88..41de5f3f61e 100644 --- a/workers/bt_type_code/bt_type_code.c +++ b/workers/bt_type_code/bt_type_code.c @@ -10,7 +10,7 @@ #include #include "../../types/common.h" #include "../../types/token_info.h" -#include "../type-code-common.h" +#include "../type_code_common.h" #include "../../features_config.h" #if TOTP_TARGET_FIRMWARE == TOTP_FIRMWARE_XTREME_UL diff --git a/workers/type-code-common.c b/workers/type_code_common.c similarity index 98% rename from workers/type-code-common.c rename to workers/type_code_common.c index 0607c475d5a..82a5a028e40 100644 --- a/workers/type-code-common.c +++ b/workers/type_code_common.c @@ -1,4 +1,4 @@ -#include "type-code-common.h" +#include "type_code_common.h" #include #include #include "../../services/convert/convert.h" diff --git a/workers/type-code-common.h b/workers/type_code_common.h similarity index 100% rename from workers/type-code-common.h rename to workers/type_code_common.h diff --git a/workers/usb_type_code/usb_type_code.c b/workers/usb_type_code/usb_type_code.c index ad5364d6f04..a391bdf8275 100644 --- a/workers/usb_type_code/usb_type_code.c +++ b/workers/usb_type_code/usb_type_code.c @@ -6,7 +6,7 @@ #include #include "../../services/convert/convert.h" #include "../../types/token_info.h" -#include "../type-code-common.h" +#include "../type_code_common.h" struct TotpUsbTypeCodeWorkerContext { char* code_buffer;