summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-09-11 14:40:29 -0700
committerKenny Root <kroot@google.com>2013-09-11 14:40:29 -0700
commit919af628f27279aa23adb8322f45c9d545dbdd00 (patch)
treeaa8970b6809b533b2278de45691fc76854420ea1
parenteb05b73c3bba21fff55529813109de4bad5ddbd1 (diff)
downloadscrypt-919af628f27279aa23adb8322f45c9d545dbdd00.tar.gz
Use canonical UniquePtr.h header
Change-Id: I5697885dec49f14d717ab0e5f2cbe618e724c2d1
-rw-r--r--tests/scrypt_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scrypt_test.cpp b/tests/scrypt_test.cpp
index 28334d6..ffb568d 100644
--- a/tests/scrypt_test.cpp
+++ b/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>