diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-09-28 16:15:30 -0700 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2017-01-11 15:30:30 -0800 |
commit | 96bf5985d5a360568832fd26b6d5b44236c9343e (patch) | |
tree | e4169954071c7ca56d38acc8891a44161c59b417 /libs/hwui/renderthread/EglManager.cpp | |
parent | dfe8f5dc13f39b87ac6107c1a3b24db9b601597b (diff) |
Replace cutils/log.h and log/logger.h with android/log.h or log/log.h
(part deux)
Test: compile
Bug: 26552300
Bug: 31289077
Change-Id: I7417936c4d3666608fccfe51a312c90ecefba2fb
Diffstat (limited to 'libs/hwui/renderthread/EglManager.cpp')
-rw-r--r-- | libs/hwui/renderthread/EglManager.cpp | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/libs/hwui/renderthread/EglManager.cpp b/libs/hwui/renderthread/EglManager.cpp index 86731c9581be..99bc9a75e94b 100644 --- a/libs/hwui/renderthread/EglManager.cpp +++ b/libs/hwui/renderthread/EglManager.cpp @@ -16,16 +16,18 @@ #include "EglManager.h" +#include <string> + +#include "utils/StringUtils.h" +#include <cutils/properties.h> +#include <log/log.h> + #include "Caches.h" #include "DeviceInfo.h" #include "Properties.h" #include "RenderThread.h" #include "renderstate/RenderState.h" -#include "utils/StringUtils.h" -#include <cutils/log.h> -#include <cutils/properties.h> #include <EGL/eglext.h> -#include <string> #define GLES_VERSION 2 |