From 0ae966033db8c1a42965ce4dce16ac8d5a7ed3b9 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 11 Sep 2013 14:29:20 -0700 Subject: 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 --- libs/gui/tests/SurfaceTexture_test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs') 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 #include -#include #include namespace android { -- cgit v1.1