From 8da9613b3f866b298bee1236b80bbbc63c554fdf Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 13 Apr 2017 15:17:59 -0700 Subject: 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 --- libutils/misc.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libutils/misc.cpp') diff --git a/libutils/misc.cpp b/libutils/misc.cpp index 2608a6575..ab72fe6ed 100644 --- a/libutils/misc.cpp +++ b/libutils/misc.cpp @@ -16,15 +16,11 @@ #define LOG_TAG "misc" -// -// Miscellaneous utility functions. -// #include -#include -#if !defined(_WIN32) -#endif +#include +#include #include using namespace android; -- cgit v1.2.3