Merge "gralloc: check possible crtcs of plane against primary output"
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" {