summaryrefslogtreecommitdiff
path: root/opengl/libagl/TextureObjectManager.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2012-02-24 18:25:41 -0800
committer Mathias Agopian <mathias@google.com> 2012-02-24 18:26:01 -0800
commit5f2165f9455d4893b581b73a67c5431f4344b47e (patch)
treecf73c3abcad516a0577087977a668890592dc15f /opengl/libagl/TextureObjectManager.cpp
parent870b8aa15cb5c722b5d8eb7726eaa5f1a7c23d69 (diff)
remove dependency on android_native{s_priv|buffer}.h
Change-Id: Ie4b95f7061c240f37c504414259f92d72c4ffc89
Diffstat (limited to 'opengl/libagl/TextureObjectManager.cpp')
-rw-r--r--opengl/libagl/TextureObjectManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/opengl/libagl/TextureObjectManager.cpp b/opengl/libagl/TextureObjectManager.cpp
index 6a006aabfa..06d45cc22e 100644
--- a/opengl/libagl/TextureObjectManager.cpp
+++ b/opengl/libagl/TextureObjectManager.cpp
@@ -19,8 +19,6 @@
#include "context.h"
#include "TextureObjectManager.h"
-#include <private/ui/android_natives_priv.h>
-
namespace android {
// ----------------------------------------------------------------------------