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

Commit c5f60563 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

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

am: 2679d09d

Change-Id: I52420aa2efbd1e063d089fe793b84d5d0364575c
parents a89bf6f5 2679d09d
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;