diff options
author | Steven Moreland <smoreland@google.com> | 2018-02-23 14:58:50 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2018-02-23 15:02:42 -0800 |
commit | fb7952f57e07c68cc66a3ec69f86694057f89def (patch) | |
tree | 9f8aaf91b41c21ac0cffcd189e4892da573cab23 /cmds/bootanimation | |
parent | c65d52ff78ec8e5e4752be16c7c6d1bc31ca9593 (diff) |
Don't use cutils/Atomic.h
Test: builds
Change-Id: I74485a5cbecb8710714f7bf3e54da61dd787838f
Diffstat (limited to 'cmds/bootanimation')
-rw-r--r-- | cmds/bootanimation/BootAnimation.cpp | 2 |
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> |