Merge "Don't rely on transitively included headers"
This commit is contained in:
commit
1363159d74
3 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <float.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <cutils/atomic.h>
|
||||
#include <log/log.h>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include <malloc.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <log/log.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue