diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-10-11 21:37:28 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-11 21:37:28 +0000 |
commit | 4be4bb3db7bf6f0ba39ac88328a7d535a1318944 (patch) | |
tree | 267d47271af9f885e432020caa79f907896f7b03 /libs/hwui/service/GraphicsStatsService.cpp | |
parent | 006c167544b195780b6930abc7574c9ef5374158 (diff) | |
parent | 110e007fb86a0093b339b14b534570cfe7cc5297 (diff) |
Merge "Add missing includes."
Diffstat (limited to 'libs/hwui/service/GraphicsStatsService.cpp')
-rw-r--r-- | libs/hwui/service/GraphicsStatsService.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/hwui/service/GraphicsStatsService.cpp b/libs/hwui/service/GraphicsStatsService.cpp index ab6420e990f9..1d4ed7eeb5e1 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.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> namespace android { @@ -284,4 +285,4 @@ void GraphicsStatsService::finishDump(Dump* dump) { } } /* namespace uirenderer */ -} /* namespace android */
\ No newline at end of file +} /* namespace android */ |