summaryrefslogtreecommitdiff
path: root/libs/hwui/PixelBuffer.h
diff options
context:
space:
mode:
author Mark Salyzyn <salyzyn@google.com> 2016-09-28 16:15:30 -0700
committer Mark Salyzyn <salyzyn@google.com> 2017-01-09 14:31:34 -0800
commit52eb4e01a49fe2e94555c000de38bbcbbb13401b (patch)
treea8bcb3cefc94c7366632782f10bfe03880bf189c /libs/hwui/PixelBuffer.h
parentccda81e58f8456a19b02573d6787f11729904a7b (diff)
Replace cutils/log.h and log/logger.h with log/log.h
Test: compile Bug: 26552300 Bug: 31289077 Change-Id: I578b15b48f0fc2807a92abbc69a377c3d2191496
Diffstat (limited to 'libs/hwui/PixelBuffer.h')
-rw-r--r--libs/hwui/PixelBuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/PixelBuffer.h b/libs/hwui/PixelBuffer.h
index bbef36b72e4f..280af877b93d 100644
--- a/libs/hwui/PixelBuffer.h
+++ b/libs/hwui/PixelBuffer.h
@@ -18,7 +18,8 @@
#define ANDROID_HWUI_PIXEL_BUFFER_H
#include <GLES3/gl3.h>
-#include <cutils/log.h>
+
+#include <log/log.h>
namespace android {
namespace uirenderer {