am 374adfee: Merge "Don\'t transitively include <limits.h> from <sys/user.h>."

* commit '374adfee473725994ee2568ce5aba93a7500064e':
  Don't transitively include <limits.h> from <sys/user.h>.
This commit is contained in:
Elliott Hughes 2015-07-29 07:33:28 +00:00 committed by Android Git Automerger
commit 5c104603a0

View File

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