Merge "Don't rely on transitively included headers" am: 45eeea2dcd

am: 18e92a5495

Change-Id: Ie66f108c2d2afad4b22e19abf591114338e21dd1
This commit is contained in:
Jiyong Park 2017-09-06 16:00:55 +00:00 committed by android-build-merger
commit f89ee4038e

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>