summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-10-02 11:45:58 -0700
committerAndreas Gampe <agampe@google.com>2017-10-02 11:45:58 -0700
commit72a7711f02516a0475106c6cc9a8f7c468d2a852 (patch)
treed36d005a3c31025e2794d0e51727de3c572ecf33
parentbcc2d0c8ec89519b45fe7e8f2b474dca30d8859b (diff)
downloadscrypt-72a7711f02516a0475106c6cc9a8f7c468d2a852.tar.gz
Scrypt: remove unused include
In preparation for removal. Test: mmma external/scrypt Change-Id: Id2b8525a93cfad74ce8c82e1e2244d1a64a24f4f
-rw-r--r--tests/scrypt_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/scrypt_test.cpp b/tests/scrypt_test.cpp
index 7dfffe3..28f29a0 100644
--- a/tests/scrypt_test.cpp
+++ b/tests/scrypt_test.cpp
@@ -15,7 +15,6 @@
*/
#define LOG_TAG "scrypt_test"
-#include <nativehelper/UniquePtr.h>
#include <utils/Log.h>
#include <gtest/gtest.h>