diff options
author | Dan Albert <danalbert@google.com> | 2017-10-11 22:07:46 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-11 22:07:46 +0000 |
commit | e9aaf3c546029b69ff1ca2a5683e5afd60a29a6c (patch) | |
tree | fc26565998046791763eb11524ff14f53fdeed85 /libs/hwui/service/GraphicsStatsService.cpp | |
parent | 0de1d85a01e065baf65d8fe79081d3041c086dfc (diff) | |
parent | 41c08f49b467e5e8aa291ec4a704a301bd27a6dc (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.cpp | 7 |
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 */ |