From 8da651ac4d25fbb48f77b8331b61f3cfa26e8f2c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 4 Aug 2018 16:41:17 -0400 Subject: core/crypto: Remove unnecessary includes --- src/core/crypto/aes_util.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/crypto/aes_util.cpp') diff --git a/src/core/crypto/aes_util.cpp b/src/core/crypto/aes_util.cpp index 4690af5f8..3d939da15 100644 --- a/src/core/crypto/aes_util.cpp +++ b/src/core/crypto/aes_util.cpp @@ -3,6 +3,8 @@ // Refer to the license.txt file included. #include +#include "common/assert.h" +#include "common/logging/log.h" #include "core/crypto/aes_util.h" #include "core/crypto/key_manager.h" -- cgit v1.2.3