diff options
author | Kenny Root <kroot@google.com> | 2013-09-11 14:29:20 -0700 |
---|---|---|
committer | Kenny Root <kroot@google.com> | 2013-09-11 14:29:20 -0700 |
commit | 0ae966033db8c1a42965ce4dce16ac8d5a7ed3b9 (patch) | |
tree | dd95848f215345288aca986063563702d2fd3866 /libs/gui | |
parent | 05f0a81a93f0d41fa4115c752e617849d145fe5b (diff) | |
download | frameworks_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.cpp | 1 |
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 { |