summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2017-12-16 00:15:02 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-12-16 00:15:02 +0000
commit0d75603ea7da774d19bf5b015de42f374dad82ed (patch)
tree7bd27ebfd16b6fe33ab07c51f5556affe0863819
parent29f61c21f4b747b82bd32aed79547d2430ebedf7 (diff)
parentceb1fa2284ab3338c59a85b3edc331cc75a2f276 (diff)
Merge "Minimal reformat to match internal master."
-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;