commit | fc0541328190d60b3cf6beb72b630e115dc7a2be | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Aug 18 17:35:44 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Aug 18 17:35:44 2009 -0700 |
tree | 24a3b9e6c09c289a49fd3a0d9b94803038c567f2 | |
parent | 876b4e8b84087ad99f499c064758a2660a990e5c [diff] [blame] |
split gralloc_priv.h and make sure it is C friendly
diff --git a/modules/gralloc/allocator.h b/modules/gralloc/allocator.h index 6823982..b0d89e9 100644 --- a/modules/gralloc/allocator.h +++ b/modules/gralloc/allocator.h
@@ -21,7 +21,7 @@ #include <stdint.h> #include <sys/types.h> -#include "gralloc_priv.h" +#include "gr.h" // ----------------------------------------------------------------------------