Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2679d09d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 72b9d284 8da9613b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
#include <utils/ProcessCallStack.h>

#include <dirent.h>
#include <unistd.h>

#include <memory>

#include <utils/Printer.h>
+2 −6
Original line number Diff line number Diff line
@@ -16,15 +16,11 @@

#define LOG_TAG "misc"

//
// Miscellaneous utility functions.
//
#include <utils/misc.h>
#include <utils/Log.h>

#if !defined(_WIN32)
#endif
#include <pthread.h>

#include <utils/Log.h>
#include <utils/Vector.h>

using namespace android;