diff options
Diffstat (limited to 'include/hardware/gralloc.h')
-rw-r--r-- | include/hardware/gralloc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h index d0aa707..6b37326 100644 --- a/include/hardware/gralloc.h +++ b/include/hardware/gralloc.h @@ -18,8 +18,7 @@ #ifndef ANDROID_GRALLOC_INTERFACE_H #define ANDROID_GRALLOC_INTERFACE_H -#include <cutils/native_handle.h> - +#include <system/window.h> #include <hardware/hardware.h> #include <stdint.h> @@ -95,8 +94,6 @@ enum { /*****************************************************************************/ -typedef const native_handle_t* buffer_handle_t; - /** * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM * and the fields of this data structure must begin with hw_module_t |