From 22dbf3947fedf988e714a4703ddf85fc41413f90 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 28 Feb 2017 15:06:51 -0800 Subject: clean-up libutils includes moved Foo.h as first include of Foo.cpp, and removed redundant includes. Made NativeHandle non virtual. Test: run & compile Bug: n/a Change-Id: I37fa746cd42c9ba23aba181f84cb6c619386406a --- libutils/ProcessCallStack.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'libutils/ProcessCallStack.cpp') diff --git a/libutils/ProcessCallStack.cpp b/libutils/ProcessCallStack.cpp index 73ed4ebef..1d9f30dc7 100644 --- a/libutils/ProcessCallStack.cpp +++ b/libutils/ProcessCallStack.cpp @@ -17,19 +17,12 @@ #define LOG_TAG "ProcessCallStack" // #define LOG_NDEBUG 0 +#include + #include -#include -#include -#include -#include -#include -#include -#include #include -#include - namespace android { enum { -- cgit v1.2.3