Merge "Don't rely on transitively included headers"

This commit is contained in:
Treehugger Robot 2017-09-06 15:51:46 +00:00 committed by Gerrit Code Review
commit 45eeea2dcd

View file

@ -23,9 +23,9 @@
#include <utils/SystemClock.h> #include <utils/SystemClock.h>
#include <sys/time.h>
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.h>
#include <time.h>
#include <cutils/compiler.h> #include <cutils/compiler.h>