summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-02-28 14:01:17 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-28 14:01:17 +0000
commit0f4ca4a5c086899f4ab842ae70eb4c9474d2547a (patch)
treed0afa4eeb3791bdc71dc4a74a0b257204fe4cc05 /cmds/bootanimation/BootAnimation.cpp
parent49b368b4479fa2a1191d1cbd1105e152435c1cb2 (diff)
parenta272d540d8ecf913ce71abed58fc4a84a36ce258 (diff)
Merge "Don't use cutils/Atomic.h" am: 07735797a2
am: a272d540d8 Change-Id: Ie442c255e43f2ebe80ef5423aa4508930d72c44c
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>