summaryrefslogtreecommitdiff
path: root/libs/hwui/service/GraphicsStatsService.cpp
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-10-11 22:07:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-11 22:07:46 +0000
commite9aaf3c546029b69ff1ca2a5683e5afd60a29a6c (patch)
treefc26565998046791763eb11524ff14f53fdeed85 /libs/hwui/service/GraphicsStatsService.cpp
parent0de1d85a01e065baf65d8fe79081d3041c086dfc (diff)
parent41c08f49b467e5e8aa291ec4a704a301bd27a6dc (diff)
Merge "Add missing includes." am: 4be4bb3db7
am: 41c08f49b4 Change-Id: I67b30cd624fe42521097c20cc45ee6db19c0d43e
Diffstat (limited to 'libs/hwui/service/GraphicsStatsService.cpp')
-rw-r--r--libs/hwui/service/GraphicsStatsService.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/hwui/service/GraphicsStatsService.cpp b/libs/hwui/service/GraphicsStatsService.cpp
index 87eaa6add459..978a1f3481c3 100644
--- a/libs/hwui/service/GraphicsStatsService.cpp
+++ b/libs/hwui/service/GraphicsStatsService.cpp
@@ -22,10 +22,11 @@
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <log/log.h>
+#include <errno.h>
+#include <fcntl.h>
#include <inttypes.h>
-#include <sys/types.h>
#include <sys/stat.h>
-#include <fcntl.h>
+#include <sys/types.h>
#include <unistd.h>
#include <sys/mman.h>
@@ -364,4 +365,4 @@ void GraphicsStatsService::finishDump(Dump* dump) {
}
} /* namespace uirenderer */
-} /* namespace android */ \ No newline at end of file
+} /* namespace android */