Merge "Include what we use." am: 9dcefac54e

am: 914b61ef78

Change-Id: I4c994d86c35bd7eacbfe6488210bdf82fa3f032a
This commit is contained in:
Dan Albert 2017-12-13 19:47:35 +00:00 committed by android-build-merger
commit 8f398130db
3 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,8 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <string.h>
#include <cutils/log.h>
#include <cutils/properties.h>
#include <dlfcn.h>

View File

@ -20,6 +20,8 @@
#ifndef __GR_PRIV_HANDLE_H__
#define __GR_PRIV_HANDLE_H__
#include <errno.h>
#include <cutils/log.h>
#include <hardware/gralloc1.h>
#include <hardware/gralloc.h>

View File

@ -27,6 +27,8 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <errno.h>
#include <sync/sync.h>
#include <utils/constants.h>
#include <utils/debug.h>