summaryrefslogtreecommitdiffstats
path: root/libgralloc
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2014-04-09 13:57:49 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2014-04-09 13:57:49 -0700
commit4a482da220746e5c2f166e63a4d9bb8993a60d5c (patch)
tree68d38956d18c2232132f5e8f0e77b4fe87708c9b /libgralloc
parentfa7f08671ebf569f62dc06acda49297182f66a3a (diff)
parentdc1e961855aa7095dcc6a552d24ee2b4e9562959 (diff)
downloadhardware_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.h5
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>