Merge "Move libhardware of <asm/page.h>."

This commit is contained in:
Elliott Hughes 2014-02-25 00:01:47 +00:00 committed by Gerrit Code Review
commit b96f1083b8

View file

@ -18,11 +18,7 @@
#define GR_H_ #define GR_H_
#include <stdint.h> #include <stdint.h>
#ifdef HAVE_ANDROID_OS // just want PAGE_SIZE define #include <sys/user.h>
# include <asm/page.h>
#else
# include <sys/user.h>
#endif
#include <limits.h> #include <limits.h>
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <hardware/gralloc.h> #include <hardware/gralloc.h>