From 2716e111df2b7cd2490029f4c88bcc6543c93416 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 23 Feb 2018 14:57:20 -0800 Subject: Don't use cutils/Atomic.h Test: builds Change-Id: Idb7a51db4382e1012afe12df3c9fe807922b17fe --- libs/binder/ProcessState.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/binder/ProcessState.cpp') diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index da806aa25d..860612983f 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -18,12 +18,12 @@ #include -#include #include #include +#include +#include #include #include -#include #include #include -- cgit v1.2.3-59-g8ed1b