aboutsummaryrefslogtreecommitdiff
path: root/hwcomposer.cpp
diff options
context:
space:
mode:
authorZach Reizner <zachr@google.com>2015-10-29 10:11:16 -0700
committerZach Reizner <zachr@google.com>2015-10-29 10:12:21 -0700
commit7642c9230a7a5e30bd8e47d656d0d8f3162323f9 (patch)
tree4d8f4eb4c7e88ad1bd9545470fbdb33aa661228c /hwcomposer.cpp
parentd8c19a0e64f486fa54d00f39196b35cb19b05265 (diff)
downloaddrm_hwcomposer-7642c9230a7a5e30bd8e47d656d0d8f3162323f9.tar.gz
drm_hwcomposer: update #include's for drm_hwcomposer.h
That's the second most important part of renaming a file. Change-Id: If9280f3b360389ef17b798e162a9c3b0c0a3133b
Diffstat (limited to 'hwcomposer.cpp')
-rw-r--r--hwcomposer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwcomposer.cpp b/hwcomposer.cpp
index b57ae02..4b01e79 100644
--- a/hwcomposer.cpp
+++ b/hwcomposer.cpp
@@ -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"