From 3e00d3255ba6de08761a6b8f40b838680d502d0b Mon Sep 17 00:00:00 2001 From: Sean V Kelley Date: Wed, 1 May 2013 15:02:39 -0700 Subject: gralloc: Remove localized hw specific pixel format Reduces need to build with drm_gralloc headers elsewhere in tree. Returning to system/graphics.h approach. Change-Id: I26717cfe0a9a83ab263c26803e2849eb55560696 Depends-Change-Id: I405398b172fab19949fef33c89a60132b1bd0ea9 Signed-off-by: Sean V Kelley --- gralloc_drm.h | 2 +- gralloc_drm_handle.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gralloc_drm.h b/gralloc_drm.h index 8554cf7..dcc6a66 100644 --- a/gralloc_drm.h +++ b/gralloc_drm.h @@ -25,7 +25,7 @@ #define _GRALLOC_DRM_H_ #include -#include "gralloc_drm_formats.h" +#include #ifdef __cplusplus extern "C" { diff --git a/gralloc_drm_handle.h b/gralloc_drm_handle.h index 7d431e4..f7b03b2 100644 --- a/gralloc_drm_handle.h +++ b/gralloc_drm_handle.h @@ -25,7 +25,7 @@ #define _GRALLOC_DRM_HANDLE_H_ #include -#include "gralloc_drm_formats.h" +#include #ifdef __cplusplus extern "C" { -- cgit v1.1