Use frameworks/native copy of UniquePtr.h

Change-Id: Idfe46c057699b5f019f84e588bb8a9697e48236c
This commit is contained in:
Kenny Root 2012-03-22 16:33:37 -07:00
parent daacbf4016
commit caf62bd7fb
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@ LOCAL_SRC_FILES:= \
# Note that "bionic" is needed because of stlport
LOCAL_C_INCLUDES := \
bionic \
libcore/include \
external/gtest/include \
external/stlport/stlport

View file

@ -16,6 +16,7 @@
#define LOG_TAG "keymaster_test"
#include <utils/Log.h>
#include <utils/UniquePtr.h>
#include <hardware/keymaster.h>
@ -23,7 +24,6 @@
#include <fstream>
#include <iostream>
#include <UniquePtr.h>
namespace android {