summaryrefslogtreecommitdiffstats
path: root/libs/gui
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-09-11 14:29:20 -0700
committerKenny Root <kroot@google.com>2013-09-11 14:29:20 -0700
commit0ae966033db8c1a42965ce4dce16ac8d5a7ed3b9 (patch)
treedd95848f215345288aca986063563702d2fd3866 /libs/gui
parent05f0a81a93f0d41fa4115c752e617849d145fe5b (diff)
downloadframeworks_native-0ae966033db8c1a42965ce4dce16ac8d5a7ed3b9.zip
frameworks_native-0ae966033db8c1a42965ce4dce16ac8d5a7ed3b9.tar.gz
frameworks_native-0ae966033db8c1a42965ce4dce16ac8d5a7ed3b9.tar.bz2
Remove copy of UniquePtr.h
The UniquePtr.h file is no longer in libcore/... so there is no need to have this extra copy of it anymore. Change-Id: I4ec4f86d2844e524b50441c3a9100a50a6a45b1a
Diffstat (limited to 'libs/gui')
-rw-r--r--libs/gui/tests/SurfaceTexture_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gui/tests/SurfaceTexture_test.cpp b/libs/gui/tests/SurfaceTexture_test.cpp
index dd6c435..de64e9a 100644
--- a/libs/gui/tests/SurfaceTexture_test.cpp
+++ b/libs/gui/tests/SurfaceTexture_test.cpp
@@ -35,7 +35,6 @@
#include <GLES2/gl2ext.h>
#include <ui/FramebufferNativeWindow.h>
-#include <utils/UniquePtr.h>
#include <android/native_window.h>
namespace android {