aboutsummaryrefslogtreecommitdiff
path: root/drm/DrmCrtc.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-13 23:02:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-13 23:02:37 +0000
commit4b1010ae13b2c7aa272c7bf7fec678dee47a468b (patch)
treef710c50bff91decd514af8cd690aceb802a0e231 /drm/DrmCrtc.cpp
parent42b90536d6d39b96b0417e19214dcdb727b80368 (diff)
parent4c333dd763f7c1b9f619ab3f1b3c8a817b9a3917 (diff)
downloaddrm_hwcomposer-4b1010ae13b2c7aa272c7bf7fec678dee47a468b.tar.gz
Change-Id: Ice6b001efa5ea4c27188923ee26f1c788c4dfde8
Diffstat (limited to 'drm/DrmCrtc.cpp')
-rw-r--r--drm/DrmCrtc.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/drm/DrmCrtc.cpp b/drm/DrmCrtc.cpp
index 4ce8cfc..4da08fe 100644
--- a/drm/DrmCrtc.cpp
+++ b/drm/DrmCrtc.cpp
@@ -18,10 +18,11 @@
#include "DrmCrtc.h"
-#include <log/log.h>
-#include <stdint.h>
+#include <utils/log.h>
#include <xf86drmMode.h>
+#include <cstdint>
+
#include "DrmDevice.h"
namespace android {