commit | fe2f54fc8a9810708fe05d719721af19aea10a4a | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Feb 15 19:48:58 2017 -0800 |
committer | Mathias Agopian <mathias@google.com> | Tue Feb 21 14:53:57 2017 -0800 |
tree | 73f4465492567a2f5630a107507c8912f2f4fc13 | |
parent | bc000a7729ca78a9c89df8768aad02b0dce008d0 [diff] [blame] |
cleanup libui’s includes - remove unneeded includes - include a cpp’s header first in all cpps Test: compiled & booted Bug: 35164655 Change-Id: I0890913fcc6614cce156aff19fccdef183145beb
diff --git a/libs/ui/Gralloc1.cpp b/libs/ui/Gralloc1.cpp index 7952ed6..64a8b40 100644 --- a/libs/ui/Gralloc1.cpp +++ b/libs/ui/Gralloc1.cpp
@@ -18,6 +18,7 @@ #include <ui/Gralloc1.h> #include <ui/GraphicBuffer.h> +#include <ui/Gralloc1On0Adapter.h> #include <vector>