diff options
| author | 2012-02-24 19:08:12 -0800 | |
|---|---|---|
| committer | 2012-02-24 19:08:12 -0800 | |
| commit | 018549e4bf60bb9c7e2b1bce8edae727122dc57f (patch) | |
| tree | fa63da0f8f28cab922d29ca5e90254de74facbe5 /opengl/libagl/TextureObjectManager.cpp | |
| parent | 5265466e8a5453e738713869f61ca45482b85319 (diff) | |
| parent | af01feafc30152baf8e0a5cfddbf02bd14731fd2 (diff) | |
Merge "remove dependency on android_native{s_priv|buffer}.h"
Diffstat (limited to 'opengl/libagl/TextureObjectManager.cpp')
| -rw-r--r-- | opengl/libagl/TextureObjectManager.cpp | 2 |
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 { // ---------------------------------------------------------------------------- |