summaryrefslogtreecommitdiffstats
path: root/gralloc_drm.h
diff options
context:
space:
mode:
authorAndrew P Boie <andrew.p.boie@intel.com>2013-05-09 14:33:09 -0700
committerGerrit Code Review <gerrit@otc-android.intel.com>2013-05-09 14:33:09 -0700
commit1df49017998e0552bdd59f39e5728b034b42f64b (patch)
tree12570b33e75f157502efb3b6646dbb3526aac9a9 /gralloc_drm.h
parentdf57ea903b701669b315a48311c1535f64f5d37a (diff)
parent3e00d3255ba6de08761a6b8f40b838680d502d0b (diff)
downloadexternal_drm_gralloc-1df49017998e0552bdd59f39e5728b034b42f64b.zip
external_drm_gralloc-1df49017998e0552bdd59f39e5728b034b42f64b.tar.gz
external_drm_gralloc-1df49017998e0552bdd59f39e5728b034b42f64b.tar.bz2
Merge "gralloc: Remove localized hw specific pixel format"
Diffstat (limited to 'gralloc_drm.h')
-rw-r--r--gralloc_drm.h2
1 files changed, 1 insertions, 1 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" {