summaryrefslogtreecommitdiff
path: root/libs/hwui/PixelBuffer.h
diff options
context:
space:
mode:
author Mark Salyzyn <salyzyn@google.com> 2017-01-11 15:24:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-01-11 15:24:11 +0000
commite7fcbcb9919e8f1c0fc5935b8a6aeb0b0dec9700 (patch)
tree5ead0dab24f15b6ae2c483d1eb2810477ae9c7f8 /libs/hwui/PixelBuffer.h
parent216303cdb60412525a716f4df22140b1a439a4a3 (diff)
parent52eb4e01a49fe2e94555c000de38bbcbbb13401b (diff)
Merge "Replace cutils/log.h and log/logger.h with log/log.h"
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 {