diff options
author | Elliott Hughes <enh@google.com> | 2014-05-22 10:49:16 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-05-22 11:00:21 -0700 |
commit | 2ea60ff0b415ad5b135f498a38c4b56ea75215aa (patch) | |
tree | 71bfc0770b8d21119829467a723e07743b47ba41 /libc/bionic/pthread_mutex.cpp | |
parent | 0b10ffb40f3b426a7b5e734f90c41f56351729a0 (diff) | |
download | android_bionic-2ea60ff0b415ad5b135f498a38c4b56ea75215aa.tar.gz android_bionic-2ea60ff0b415ad5b135f498a38c4b56ea75215aa.tar.bz2 android_bionic-2ea60ff0b415ad5b135f498a38c4b56ea75215aa.zip |
Remove unnecessary #includes of <sys/atomics.h>.
Bug: 14903517
Change-Id: I7b5bcebe58774a441da986cc02376dd88e00ea0e
Diffstat (limited to 'libc/bionic/pthread_mutex.cpp')
-rw-r--r-- | libc/bionic/pthread_mutex.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/bionic/pthread_mutex.cpp b/libc/bionic/pthread_mutex.cpp index 9fd5d32dd..27ed3e11d 100644 --- a/libc/bionic/pthread_mutex.cpp +++ b/libc/bionic/pthread_mutex.cpp @@ -30,7 +30,6 @@ #include <errno.h> #include <limits.h> -#include <sys/atomics.h> #include <sys/mman.h> #include <unistd.h> |