diff options
author | 2012-02-24 18:25:41 -0800 | |
---|---|---|
committer | 2012-02-24 18:26:01 -0800 | |
commit | 5f2165f9455d4893b581b73a67c5431f4344b47e (patch) | |
tree | cf73c3abcad516a0577087977a668890592dc15f /opengl/libagl/texture.cpp | |
parent | 870b8aa15cb5c722b5d8eb7726eaa5f1a7c23d69 (diff) |
remove dependency on android_native{s_priv|buffer}.h
Change-Id: Ie4b95f7061c240f37c504414259f92d72c4ffc89
Diffstat (limited to 'opengl/libagl/texture.cpp')
-rw-r--r-- | opengl/libagl/texture.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/libagl/texture.cpp b/opengl/libagl/texture.cpp index 88e865124e..08536dfd25 100644 --- a/opengl/libagl/texture.cpp +++ b/opengl/libagl/texture.cpp @@ -23,7 +23,6 @@ #include "texture.h" #include "TextureObjectManager.h" -#include <private/ui/android_natives_priv.h> #include <ETC1/etc1.h> namespace android { |