summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-10-02 21:27:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-02 21:27:31 +0000
commitee712e7ad66546d525198752e67dd89e3068b3fd (patch)
treed36d005a3c31025e2794d0e51727de3c572ecf33
parent9b1807ba4f5f1c77f47e2ed6f3e06370e1824385 (diff)
parentd95a0100c0df1e671008483b244cabc74300b487 (diff)
downloadscrypt-ee712e7ad66546d525198752e67dd89e3068b3fd.tar.gz
Merge "Scrypt: remove unused include" am: 9737bb84c9
am: d95a0100c0 Change-Id: Id5d97e1a517c35799e1ba115745258116cef1963
-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>