summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2017-10-02 21:16:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-02 21:16:10 +0000
commitd95a0100c0df1e671008483b244cabc74300b487 (patch)
treed36d005a3c31025e2794d0e51727de3c572ecf33
parent1ef1ce7c0e42c493f98cac8c6c2471f0c2d0241e (diff)
parent9737bb84c923faa0b3dfe7cdece17f1b84d42784 (diff)
downloadscrypt-d95a0100c0df1e671008483b244cabc74300b487.tar.gz
Merge "Scrypt: remove unused include"android-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: 9737bb84c9 Change-Id: I04781fd8cdb53a53c136df735f0811cb3cea3096
-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>