Eliminate the stdint.h include. In retrospect, it seems that the
source of the aforementioned build breakage was then errant include of this header when stddef.h was intended. Nothing in this file uses any of the symbols exported from stdint.h, only symbols from stddef.h.
This commit is contained in:
parent
143b370748
commit
63b396d89c
|
@ -11,7 +11,6 @@
|
|||
#define _CUTILS_ASHMEM_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue