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:
Carl Shapiro 2010-02-12 15:38:30 -08:00
parent 143b370748
commit 63b396d89c
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
#define _CUTILS_ASHMEM_H
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {