From fb7952f57e07c68cc66a3ec69f86694057f89def Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Fri, 23 Feb 2018 14:58:50 -0800 Subject: Don't use cutils/Atomic.h Test: builds Change-Id: I74485a5cbecb8710714f7bf3e54da61dd787838f --- libs/androidfw/Asset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/androidfw/Asset.cpp') diff --git a/libs/androidfw/Asset.cpp b/libs/androidfw/Asset.cpp index 247458d3f4fd..c512a6b06ed1 100644 --- a/libs/androidfw/Asset.cpp +++ b/libs/androidfw/Asset.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3-59-g8ed1b