diff options
Diffstat (limited to 'src/core/crypto/xts_encryption_layer.cpp')
-rw-r--r-- | src/core/crypto/xts_encryption_layer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/crypto/xts_encryption_layer.cpp b/src/core/crypto/xts_encryption_layer.cpp index 8f0ba4ee7..c2b7ea309 100644 --- a/src/core/crypto/xts_encryption_layer.cpp +++ b/src/core/crypto/xts_encryption_layer.cpp @@ -4,7 +4,6 @@ #include <algorithm> #include <cstring> -#include "common/assert.h" #include "core/crypto/xts_encryption_layer.h" namespace Core::Crypto { |