summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-02-28 12:37:50 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-02-28 12:37:50 +0000
commit07735797a235ed98d182d0a40c8bdce4d92f9f0a (patch)
treebeef0d0a604cb7e430150e91819cf17f13d3beba /cmds/bootanimation/BootAnimation.cpp
parente8b557bc08facb3d60b605f3e8cb26b31baaa28b (diff)
parentfb7952f57e07c68cc66a3ec69f86694057f89def (diff)
Merge "Don't use cutils/Atomic.h"
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
-rw-r--r--cmds/bootanimation/BootAnimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp
index 6526123aba13..78a2d4a69c15 100644
--- a/cmds/bootanimation/BootAnimation.cpp
+++ b/cmds/bootanimation/BootAnimation.cpp
@@ -29,11 +29,11 @@
#include <signal.h>
#include <time.h>
+#include <cutils/atomic.h>
#include <cutils/properties.h>
#include <androidfw/AssetManager.h>
#include <binder/IPCThreadState.h>
-#include <utils/Atomic.h>
#include <utils/Errors.h>
#include <utils/Log.h>
#include <utils/SystemClock.h>