Merge "libutils: include what you use" into oc-dev

This commit is contained in:
TreeHugger Robot 2017-04-14 18:58:00 +00:00 committed by Android (Google) Code Review
commit 2679d09d48
2 changed files with 5 additions and 7 deletions

View file

@ -20,6 +20,8 @@
#include <utils/ProcessCallStack.h>
#include <dirent.h>
#include <unistd.h>
#include <memory>
#include <utils/Printer.h>

View file

@ -16,15 +16,11 @@
#define LOG_TAG "misc"
//
// Miscellaneous utility functions.
//
#include <utils/misc.h>
#include <pthread.h>
#include <utils/Log.h>
#if !defined(_WIN32)
#endif
#include <utils/Vector.h>
using namespace android;