summaryrefslogtreecommitdiffstats
path: root/crypto/scrypt/tests/scrypt_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/scrypt/tests/scrypt_test.cpp')
-rw-r--r--crypto/scrypt/tests/scrypt_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/scrypt/tests/scrypt_test.cpp b/crypto/scrypt/tests/scrypt_test.cpp
index 28334d6f5..ffb568df9 100644
--- a/crypto/scrypt/tests/scrypt_test.cpp
+++ b/crypto/scrypt/tests/scrypt_test.cpp
@@ -15,8 +15,8 @@
*/
#define LOG_TAG "scrypt_test"
+#include <UniquePtr.h>
#include <utils/Log.h>
-#include <utils/UniquePtr.h>
#include <gtest/gtest.h>