commit | 5b1fd1826dc8f13a26390f42190093c366aac01e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 25 00:29:17 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Feb 25 00:29:17 2014 +0000 |
tree | b22e06a335b4f6f4e6dd2d85b403bdeb128e059a | |
parent | e6c4cd2f1e766609ee5ae538c5c78907d8313cb9 [diff] | |
parent | 401d9c326a6d08533bb6d1eaa7307c4cdcd5a923 [diff] |
Merge "Remove #include <asm/page.h>."
diff --git a/gralloc/gralloc.cpp b/gralloc/gralloc.cpp index ece9964..9e768ae 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>