summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gralloc_drm.h2
-rw-r--r--gralloc_drm_handle.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gralloc_drm.h b/gralloc_drm.h
index 8f104d0..e1a9957 100644
--- a/gralloc_drm.h
+++ b/gralloc_drm.h
@@ -25,7 +25,7 @@
#define _GRALLOC_DRM_H_
#include <hardware/gralloc.h>
-#include <system/graphics.h>
+#include "gralloc_drm_formats.h"
#ifdef __cplusplus
extern "C" {
diff --git a/gralloc_drm_handle.h b/gralloc_drm_handle.h
index 7fc4746..968f11e 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 <system/graphics.h>
+#include "gralloc_drm_formats.h"
#ifdef __cplusplus
extern "C" {