gralloc: Remove pmem includes

Remove android_pmem as it is no longer used

Change-Id: Ib4328c57306da1ef87f9b822e70ff91da302c99a
This commit is contained in:
Naseer Ahmed
2014-04-11 19:32:41 -04:00
parent 8118d4b5b9
commit 69669978f7
2 changed files with 0 additions and 3 deletions

View File

@@ -24,8 +24,6 @@
#include <sys/ioctl.h>
#include <cutils/properties.h>
#include <linux/android_pmem.h>
#include "gr.h"
#include "gpu.h"
#include "memalloc.h"

View File

@@ -34,7 +34,6 @@
#include <hardware/hardware.h>
#include <hardware/gralloc.h>
#include <linux/android_pmem.h>
#include "gralloc_priv.h"
#include "gr.h"