summaryrefslogtreecommitdiff
path: root/libs/hwui/service
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-10-11 21:52:41 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-11 21:52:41 +0000
commit41c08f49b467e5e8aa291ec4a704a301bd27a6dc (patch)
tree8391b3c41fd15f13ca3a77b65abe4e68ad72ab1f /libs/hwui/service
parent2fbccabbca8b8b21f7fa2ce3e090a82305c3c1c5 (diff)
parent4be4bb3db7bf6f0ba39ac88328a7d535a1318944 (diff)
Merge "Add missing includes."
am: 4be4bb3db7 Change-Id: Icdae2b63df8e5d61e6acabb6fb85efa28026d535
Diffstat (limited to 'libs/hwui/service')
-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 */