diff options
author | Elliott Hughes <enh@google.com> | 2014-11-17 14:38:56 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-11-17 14:38:56 -0800 |
commit | c3914d2be2ea61daa9a670ae8e18b2bac6a6647b (patch) | |
tree | d75a166883acaf41c9d34fda9daf657ede0603d0 /include/cutils/aref.h | |
parent | 3ef0460e86f2a7c5442bcf424b8e83fdfb8e3669 (diff) | |
download | core-c3914d2be2ea61daa9a670ae8e18b2bac6a6647b.tar.gz core-c3914d2be2ea61daa9a670ae8e18b2bac6a6647b.tar.bz2 core-c3914d2be2ea61daa9a670ae8e18b2bac6a6647b.zip |
Remove atomic-inline.h.
Change-Id: I3ac0229b9c516744e6a9c9d9e795b43bc9c5636b
Diffstat (limited to 'include/cutils/aref.h')
-rw-r--r-- | include/cutils/aref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cutils/aref.h b/include/cutils/aref.h index e40dc7025..3bd36ea04 100644 --- a/include/cutils/aref.h +++ b/include/cutils/aref.h @@ -20,7 +20,7 @@ #include <stddef.h> #include <sys/cdefs.h> -#include <cutils/atomic-inline.h> +#include <cutils/atomic.h> __BEGIN_DECLS |