summaryrefslogtreecommitdiff
path: root/opengl/libagl/TextureObjectManager.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2012-02-24 19:08:12 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-02-24 19:08:12 -0800
commit018549e4bf60bb9c7e2b1bce8edae727122dc57f (patch)
treefa63da0f8f28cab922d29ca5e90254de74facbe5 /opengl/libagl/TextureObjectManager.cpp
parent5265466e8a5453e738713869f61ca45482b85319 (diff)
parentaf01feafc30152baf8e0a5cfddbf02bd14731fd2 (diff)
Merge "remove dependency on android_native{s_priv|buffer}.h"
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 6a006aabfac1..06d45cc22e18 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 {
// ----------------------------------------------------------------------------