aboutsummaryrefslogtreecommitdiff
path: root/src/core/crypto/xts_encryption_layer.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-24 22:15:32 -0400
committerZach Hilman <zachhilman@gmail.com>2018-08-24 22:15:32 -0400
commit6314a799aa7e20789562d2e877949dfebb6194ce (patch)
treef5bd5cdd7e5804e7416abf75ab411c0be69b97e6 /src/core/crypto/xts_encryption_layer.h
parentd1a6dd61d1e70d41cf7bc0dbf3a199cb21d8fdbd (diff)
file_sys/crypto: Fix missing/unnecessary includes
Diffstat (limited to 'src/core/crypto/xts_encryption_layer.h')
-rw-r--r--src/core/crypto/xts_encryption_layer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/crypto/xts_encryption_layer.h b/src/core/crypto/xts_encryption_layer.h
index 1e1acaf4a..7a1f1dc64 100644
--- a/src/core/crypto/xts_encryption_layer.h
+++ b/src/core/crypto/xts_encryption_layer.h
@@ -4,7 +4,6 @@
#pragma once
-#include <vector>
#include "core/crypto/aes_util.h"
#include "core/crypto/encryption_layer.h"
#include "core/crypto/key_manager.h"