summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-09-11 21:49:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-09-11 21:49:42 +0000
commit4a84ed0ef35dcf9136d168174d0bb1b5f2b35775 (patch)
treeaa8970b6809b533b2278de45691fc76854420ea1
parenteb05b73c3bba21fff55529813109de4bad5ddbd1 (diff)
parent919af628f27279aa23adb8322f45c9d545dbdd00 (diff)
downloadscrypt-4a84ed0ef35dcf9136d168174d0bb1b5f2b35775.tar.gz
Merge "Use canonical UniquePtr.h header"idea133
-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>