Merge "Don't rely on transitively included headers"

This commit is contained in:
Treehugger Robot 2017-09-06 15:51:45 +00:00 committed by Gerrit Code Review
commit 1363159d74
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>