libgralloc: Do not include page.h header
page.h is not a part of bionic anymore
Replace that with limits.h which has the page size
Change-Id: Id7178f5ad8a59d4f4dc5ce9d3f4e21877e752d32
diff --git a/libgralloc/gr.h b/libgralloc/gr.h
index 52e9cc4..d88db9d 100644
--- a/libgralloc/gr.h
+++ b/libgralloc/gr.h
@@ -19,11 +19,6 @@
#define GR_H_
#include <stdint.h>
-#ifdef HAVE_ANDROID_OS // just want PAGE_SIZE define
-# include <asm/page.h>
-#else
-# include <sys/user.h>
-#endif
#include <limits.h>
#include <sys/cdefs.h>
#include <hardware/gralloc.h>