summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-24 16:28:31 -0800
committerAndreas Schneider <asn@cryptomilk.org>2015-07-07 13:14:21 +0200
commite182fea96b66d878ab1fa3f864782482e894b157 (patch)
treec2133ec1cf6b28167879ce2bd6af6fa0a364740c
parentef7c7c801b626663d5a3a10c16afa7ea3017b7f5 (diff)
downloadandroid_hardware_samsung_slsi_exynos5430-e182fea96b66d878ab1fa3f864782482e894b157.tar.gz
android_hardware_samsung_slsi_exynos5430-e182fea96b66d878ab1fa3f864782482e894b157.tar.xz
android_hardware_samsung_slsi_exynos5430-e182fea96b66d878ab1fa3f864782482e894b157.zip
Remove #include <asm/page.h>.
Change-Id: I29a9f289cc053aaf017aa316bc9232885139e0e4
-rw-r--r--gralloc/gralloc.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/gralloc/gralloc.cpp b/gralloc/gralloc.cpp
index cedb742..95052df 100644
--- a/gralloc/gralloc.cpp
+++ b/gralloc/gralloc.cpp
@@ -14,11 +14,6 @@
* limitations under the License.
*/
-#ifdef HAVE_ANDROID_OS // just want PAGE_SIZE define
-# include <asm/page.h>
-#else
-# include <sys/user.h>
-#endif
#include <limits.h>
#include <unistd.h>
#include <fcntl.h>