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

This commit is contained in:
Elliott Hughes 2015-07-29 01:02:37 +00:00 committed by Gerrit Code Review
commit 374adfee47

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