diff options
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 |
commit | af01feafc30152baf8e0a5cfddbf02bd14731fd2 (patch) | |
tree | e19b244ff773d206d21ecccf29296f1848790dd6 /opengl/libagl/TextureObjectManager.cpp | |
parent | cc0eaa6582563f51c98db1b232200ac4d2a9a996 (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.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 { // ---------------------------------------------------------------------------- |