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
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp
index e04a06a..c1e2e5e 100644
--- a/libs/hwui/Properties.cpp
+++ b/libs/hwui/Properties.cpp
@@ -20,9 +20,9 @@
#include <algorithm>
#include <cstdlib>
-#include <log/log.h>
#include <cutils/compiler.h>
#include <cutils/properties.h>
+#include <log/log.h>
namespace android {
namespace uirenderer {