fallout of cleaning-up libutils includes

Test: run & compile
Bug: n/a
Change-Id: I0f6a0be03f4b120b1b5876aae0c0618c025d9f2b
This commit is contained in:
Mathias Agopian
2017-02-28 17:43:39 -08:00
parent 8b5ca97a6c
commit df7707cb4f
3 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#include "core_jni_helpers.h"
#include <cutils/atomic.h>
#include <utils/Log.h>
#include <utils/misc.h>

View File

@@ -17,6 +17,7 @@
//#define LOG_NDEBUG 0
#define LOG_TAG "ImageReader_JNI"
#include "android_media_Utils.h"
#include <cutils/atomic.h>
#include <utils/Log.h>
#include <utils/misc.h>
#include <utils/List.h>

View File

@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
namespace android {