summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2017-12-16 00:32:22 +0000
committer android-build-merger <android-build-merger@google.com> 2017-12-16 00:32:22 +0000
commit5df94f6c1419e6b44986180d581d072e25a8978c (patch)
tree7bd27ebfd16b6fe33ab07c51f5556affe0863819
parentc1a2cd2175e20a46ed92fdb9445ed625b4619a96 (diff)
parent0d75603ea7da774d19bf5b015de42f374dad82ed (diff)
Merge "Minimal reformat to match internal master."
am: 0d75603ea7 Change-Id: I0447a57265c8a73f40dc6f75964516d31f175165
-rw-r--r--libs/hwui/tests/macrobench/main.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/libs/hwui/tests/macrobench/main.cpp b/libs/hwui/tests/macrobench/main.cpp
index 1f5622252f6a..dd4ca6eb87cb 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 <benchmark/benchmark.h>
#include <../src/sysinfo.h>
+#include <benchmark/benchmark.h>
#include <getopt.h>
+#include <pthread.h>
#include <stdio.h>
-#include <string>
#include <unistd.h>
+#include <string>
#include <unordered_map>
#include <vector>
-#include <pthread.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
#include <errno.h>
+#include <fcntl.h>
+#include <sys/stat.h>
+#include <sys/types.h>
using namespace android;
using namespace android::uirenderer;