From ceb1fa2284ab3338c59a85b3edc331cc75a2f276 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 15 Dec 2017 10:37:01 -0800 Subject: [PATCH] Minimal reformat to match internal master. Internal master SHA 1bcacfdcab0eaa0cee92bd7f5a1b5e271dd68e52 reformats this entire project. To be able to update google-benchmark I need to make a small change to this file. This is the minimal change that avoids merge conflicts. Bug: N/A Test: builds Change-Id: If3568a0f59a7c007858435953e127167f5862825 --- libs/hwui/tests/macrobench/main.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/hwui/tests/macrobench/main.cpp b/libs/hwui/tests/macrobench/main.cpp index 1f5622252f6a2..dd4ca6eb87cbf 100644 --- a/libs/hwui/tests/macrobench/main.cpp +++ b/libs/hwui/tests/macrobench/main.cpp @@ -17,24 +17,24 @@ #include "tests/common/LeakChecker.h" #include "tests/common/TestScene.h" +#include "Properties.h" #include "hwui/Typeface.h" #include "protos/hwui.pb.h" -#include "Properties.h" -#include #include <../src/sysinfo.h> +#include #include +#include #include -#include #include +#include #include #include -#include -#include -#include -#include #include +#include +#include +#include using namespace android; using namespace android::uirenderer;