Merge "Add missing includes." am: 4be4bb3db7 am: 41c08f49b4 am: e9aaf3c546

am: caebafaf94

Change-Id: I5ec663813ede4bb794691ecb5e9afc0140accb84
This commit is contained in:
Dan Albert
2017-10-11 22:56:45 +00:00
committed by android-build-merger

View File

@@ -22,10 +22,11 @@
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <log/log.h>
#include <inttypes.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/mman.h>
@@ -366,4 +367,4 @@ void GraphicsStatsService::finishDump(Dump* dump) {
}
} /* namespace uirenderer */
} /* namespace android */
} /* namespace android */