summaryrefslogtreecommitdiff
path: root/libs/hwui/DeviceInfo.cpp
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/DeviceInfo.cpp
parent216303cdb60412525a716f4df22140b1a439a4a3 (diff)
parent52eb4e01a49fe2e94555c000de38bbcbbb13401b (diff)
Merge "Replace cutils/log.h and log/logger.h with log/log.h"
Diffstat (limited to 'libs/hwui/DeviceInfo.cpp')
-rw-r--r--libs/hwui/DeviceInfo.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/libs/hwui/DeviceInfo.cpp b/libs/hwui/DeviceInfo.cpp
index 4cfbb2a43198..ff3ee2229b02 100644
--- a/libs/hwui/DeviceInfo.cpp
+++ b/libs/hwui/DeviceInfo.cpp
@@ -13,16 +13,18 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
#include <DeviceInfo.h>
#include "Extensions.h"
-#include <GLES2/gl2.h>
-#include <log/log.h>
-
#include <thread>
#include <mutex>
+#include <log/log.h>
+
+#include <GLES2/gl2.h>
+
namespace android {
namespace uirenderer {