diff --git a/src/Common/Crypto.c b/src/Common/Crypto.c index 5a10e995..ed63a9a6 100644 --- a/src/Common/Crypto.c +++ b/src/Common/Crypto.c @@ -16,7 +16,6 @@ #include "Xts.h" #include "Crc.h" #include "Common/Endian.h" -#include "Crypto/t1ha.h" #if !defined(_UEFI) #include #ifndef TC_WINDOWS_BOOT @@ -27,6 +26,7 @@ #else #include #endif +#include "Crypto/t1ha.h" #include "EncryptionThreadPool.h" #endif #endif