Remove #include <asm/page.h>.
authorElliott Hughes <enh@google.com>
Tue, 25 Feb 2014 00:28:31 +0000 (16:28 -0800)
committerElliott Hughes <enh@google.com>
Tue, 25 Feb 2014 00:28:31 +0000 (16:28 -0800)
Change-Id: I29a9f289cc053aaf017aa316bc9232885139e0e4

gralloc/gralloc.cpp

index ece99641d9859e0f1c2b97ea733bdfbb054947dc..9e768aeda50b0c65115fc2f744a8fb8013f28709 100644 (file)
  * 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>