Merge "Add missing includes."

This commit is contained in:
Treehugger Robot
2017-10-11 21:37:28 +00:00
committed by Gerrit Code Review

View File

@@ -22,10 +22,11 @@
#include <google/protobuf/io/zero_copy_stream_impl.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>
namespace android {
@@ -284,4 +285,4 @@ void GraphicsStatsService::finishDump(Dump* dump) {
}
} /* namespace uirenderer */
} /* namespace android */
} /* namespace android */