commit | 58a79f47457e9cae2f6880653b581fe3170b0b1f | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue May 05 18:21:32 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue May 05 18:21:32 2009 -0700 |
tree | a8d9998ea868301995f31298b3c555dadd084ad2 | |
parent | 7189c0054e29a66d945f5657c48d5ecf538ea511 [diff] [blame] |
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.
diff --git a/opengl/libagl/egl.cpp b/opengl/libagl/egl.cpp index 0950f3e..1a774f5 100644 --- a/opengl/libagl/egl.cpp +++ b/opengl/libagl/egl.cpp
@@ -39,7 +39,7 @@ #include <pixelflinger/format.h> #include <pixelflinger/pixelflinger.h> -#include <ui/egl/android_natives.h> +#include <private/ui/android_natives_priv.h> #include "context.h" #include "state.h"