diff options
author | 2009-05-05 18:21:32 -0700 | |
---|---|---|
committer | 2009-05-05 18:21:32 -0700 | |
commit | 58a79f47457e9cae2f6880653b581fe3170b0b1f (patch) | |
tree | a8d9998ea868301995f31298b3c555dadd084ad2 /opengl/libagl/texture.cpp | |
parent | 7189c0054e29a66d945f5657c48d5ecf538ea511 (diff) |
move android_native_buffer_t declaration into its own private/ui/android_native_priv.h header, since user code should never have access to it.
Diffstat (limited to 'opengl/libagl/texture.cpp')
-rw-r--r-- | opengl/libagl/texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libagl/texture.cpp b/opengl/libagl/texture.cpp index 0211208e2f..d675107ca0 100644 --- a/opengl/libagl/texture.cpp +++ b/opengl/libagl/texture.cpp @@ -23,7 +23,7 @@ #include "texture.h" #include "TextureObjectManager.h" -#include <ui/egl/android_natives.h> +#include <private/ui/android_natives_priv.h> #ifdef LIBAGL_USE_GRALLOC_COPYBITS #include "copybit.h" |