OSDN Git Service

drm_hwcomposer: update #include's for drm_hwcomposer.h
authorZach Reizner <zachr@google.com>
Thu, 29 Oct 2015 17:11:16 +0000 (10:11 -0700)
committerZach Reizner <zachr@google.com>
Thu, 29 Oct 2015 17:12:21 +0000 (10:12 -0700)
That's the second most important part of renaming a file.

Change-Id: If9280f3b360389ef17b798e162a9c3b0c0a3133b

drmcomposition.h
drmdisplaycomposition.h
drmdisplaycompositor.h
hwcomposer.cpp
importer.h
virtualcompositorworker.h

index 80a7eea..bff885e 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef ANDROID_DRM_COMPOSITION_H_
 #define ANDROID_DRM_COMPOSITION_H_
 
-#include "drm_hwcomposer.h"
+#include "drmhwcomposer.h"
 #include "drmdisplaycomposition.h"
 #include "drmplane.h"
 #include "importer.h"
index 69324fd..e79466e 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef ANDROID_DRM_DISPLAY_COMPOSITION_H_
 #define ANDROID_DRM_DISPLAY_COMPOSITION_H_
 
-#include "drm_hwcomposer.h"
+#include "drmhwcomposer.h"
 #include "drmcrtc.h"
 #include "drmplane.h"
 #include "glworker.h"
index e756fde..7606740 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef ANDROID_DRM_DISPLAY_COMPOSITOR_H_
 #define ANDROID_DRM_DISPLAY_COMPOSITOR_H_
 
-#include "drm_hwcomposer.h"
+#include "drmhwcomposer.h"
 #include "drmcomposition.h"
 #include "drmcompositorworker.h"
 #include "drmframebuffer.h"
index b57ae02..4b01e79 100644 (file)
@@ -17,7 +17,7 @@
 #define ATRACE_TAG ATRACE_TAG_GRAPHICS
 #define LOG_TAG "hwcomposer-drm"
 
-#include "drm_hwcomposer.h"
+#include "drmhwcomposer.h"
 #include "drmresources.h"
 #include "importer.h"
 #include "virtualcompositorworker.h"
index 8bd40da..1fc822c 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef ANDROID_DRM_IMPORTER_H_
 #define ANDROID_DRM_IMPORTER_H_
 
-#include "drm_hwcomposer.h"
+#include "drmhwcomposer.h"
 
 #include <hardware/hardware.h>
 #include <hardware/hwcomposer.h>
index 3066547..1fc5e43 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef ANDROID_VIRTUAL_COMPOSITOR_WORKER_H_
 #define ANDROID_VIRTUAL_COMPOSITOR_WORKER_H_
 
-#include "drm_hwcomposer.h"
+#include "drmhwcomposer.h"
 #include "worker.h"
 
 #include <queue>