summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-10-02 21:35:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-02 21:35:52 +0000
commit652cdbe912e95fa390ea8b158f2de17d80798ccf (patch)
treed36d005a3c31025e2794d0e51727de3c572ecf33
parent39f767da28da1bd31957a586f63b937d6f0ccdc6 (diff)
parentee712e7ad66546d525198752e67dd89e3068b3fd (diff)
downloadscrypt-652cdbe912e95fa390ea8b158f2de17d80798ccf.tar.gz
Merge "Scrypt: remove unused include" am: 9737bb84c9 am: d95a0100c0android-wear-8.0.0_r1android-p-preview-1android-o-mr1-iot-preview-7o-mr1-iot-preview-7
am: ee712e7ad6 Change-Id: Ied30aeb844a817f12bb22d333ba74a44e16b0279
-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>