diff options
author | Andrew P Boie <andrew.p.boie@intel.com> | 2013-05-09 14:33:09 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@otc-android.intel.com> | 2013-05-09 14:33:09 -0700 |
commit | 1df49017998e0552bdd59f39e5728b034b42f64b (patch) | |
tree | 12570b33e75f157502efb3b6646dbb3526aac9a9 | |
parent | df57ea903b701669b315a48311c1535f64f5d37a (diff) | |
parent | 3e00d3255ba6de08761a6b8f40b838680d502d0b (diff) | |
download | external_drm_gralloc-1df49017998e0552bdd59f39e5728b034b42f64b.zip external_drm_gralloc-1df49017998e0552bdd59f39e5728b034b42f64b.tar.gz external_drm_gralloc-1df49017998e0552bdd59f39e5728b034b42f64b.tar.bz2 |
Merge "gralloc: Remove localized hw specific pixel format"
-rw-r--r-- | gralloc_drm.h | 2 | ||||
-rw-r--r-- | gralloc_drm_handle.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gralloc_drm.h b/gralloc_drm.h index 4694185..4c57296 100644 --- a/gralloc_drm.h +++ b/gralloc_drm.h @@ -25,7 +25,7 @@ #define _GRALLOC_DRM_H_ #include <hardware/gralloc.h> -#include "gralloc_drm_formats.h" +#include <system/graphics.h> #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 <cutils/native_handle.h> -#include "gralloc_drm_formats.h" +#include <system/graphics.h> #ifdef __cplusplus extern "C" { |