diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2014-04-09 13:57:49 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2014-04-09 13:57:49 -0700 |
commit | 4a482da220746e5c2f166e63a4d9bb8993a60d5c (patch) | |
tree | 68d38956d18c2232132f5e8f0e77b4fe87708c9b /libgralloc | |
parent | fa7f08671ebf569f62dc06acda49297182f66a3a (diff) | |
parent | dc1e961855aa7095dcc6a552d24ee2b4e9562959 (diff) | |
download | hardware_qcom_display-4a482da220746e5c2f166e63a4d9bb8993a60d5c.tar.gz hardware_qcom_display-4a482da220746e5c2f166e63a4d9bb8993a60d5c.tar.bz2 hardware_qcom_display-4a482da220746e5c2f166e63a4d9bb8993a60d5c.zip |
Merge "libgralloc: Do not include page.h header"
Diffstat (limited to 'libgralloc')
-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> |