Don't transitively include <limits.h> from <sys/user.h>.

Bug: http://b/22735893
Change-Id: I27d0a1f7e2d477b8038e76bfc7fe05dd7e187344
This commit is contained in:
Elliott Hughes 2015-07-28 17:44:32 -07:00
parent 1ff4094a7f
commit 5390173ad4

View File

@ -30,7 +30,6 @@
#define _SYS_USER_H_
#include <sys/cdefs.h>
#include <limits.h> /* For PAGE_SIZE. */
#include <stddef.h> /* For size_t. */
__BEGIN_DECLS