diff options
author | 2009-05-05 18:11:11 -0700 | |
---|---|---|
committer | 2009-05-05 18:11:11 -0700 | |
commit | ac2523b161df2bb507cc88906bb070878266770d (patch) | |
tree | 30ee897d6e8fa63e067627a91697f13f1fbd919d /libs/ui/BufferMapper.cpp | |
parent | e633f9339a2556771c79c784b0b23a9aade30485 (diff) |
move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h
the android_native_ types are just forward declared in egl.h
Diffstat (limited to 'libs/ui/BufferMapper.cpp')
-rw-r--r-- | libs/ui/BufferMapper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ui/BufferMapper.cpp b/libs/ui/BufferMapper.cpp index 1a75c5d9acdf..92a9a86bb0f2 100644 --- a/libs/ui/BufferMapper.cpp +++ b/libs/ui/BufferMapper.cpp @@ -25,8 +25,6 @@ #include <ui/BufferMapper.h> #include <ui/Rect.h> -#include <EGL/android_natives.h> - #include <hardware/gralloc.h> |