diff options
author | Saurabh Shah <saurshah@codeaurora.org> | 2014-03-28 11:13:39 -0700 |
---|---|---|
committer | Saurabh Shah <saurshah@codeaurora.org> | 2014-04-09 10:06:52 -0700 |
commit | dc1e961855aa7095dcc6a552d24ee2b4e9562959 (patch) | |
tree | 9482f4ade702de355ef7f3d11e24ed5e2856ec06 /libgralloc/gr.h | |
parent | 3ca6528a9e81829dceb2a4d7206f8dfa7dffbbac (diff) | |
download | hardware_qcom_display-dc1e961855aa7095dcc6a552d24ee2b4e9562959.tar.gz hardware_qcom_display-dc1e961855aa7095dcc6a552d24ee2b4e9562959.tar.bz2 hardware_qcom_display-dc1e961855aa7095dcc6a552d24ee2b4e9562959.zip |
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
Diffstat (limited to 'libgralloc/gr.h')
-rw-r--r-- | libgralloc/gr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libgralloc/gr.h b/libgralloc/gr.h index 52e9cc444..d88db9d7f 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> |