Merge "Don't rely on transitively included headers"

am: 1363159d74

Change-Id: I0325773d80680928d47750937e2f4bc6a69b1bf9
This commit is contained in:
Jiyong Park 2017-09-06 15:56:28 +00:00 committed by android-build-merger
commit 6d76606405
3 changed files with 3 additions and 1 deletions

View file

@ -19,6 +19,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <float.h>
#include <sys/cdefs.h>
#include <sys/types.h>

View file

@ -17,6 +17,7 @@
#include <errno.h>
#include <fcntl.h>
#include <malloc.h>
#include <string.h>
#include <cutils/atomic.h>
#include <log/log.h>

View file

@ -21,7 +21,7 @@
#include <malloc.h>
#include <stdint.h>
#include <string.h>
#include <sys/time.h>
#include <time.h>
#include <log/log.h>