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

Commit 8da9613b authored by Steven Moreland's avatar Steven Moreland
Browse files

libutils: include what you use

These includes are included transitively by liblog, but not by the VNDK
version of liblog.

Bug: 33241851
Test: links with BOARD_VNDK_VERSION := current
Change-Id: Ide4aee3cacad2a2bf6bd0cbdf0254c6c245f4020
parent bed3cbd8
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;