aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_mutex.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-04-10 17:50:06 -0700
committerElliott Hughes <enh@google.com>2014-04-10 17:50:06 -0700
commitb676aafad04f88e36658d4468054375158dbd3c1 (patch)
treeba44c6f2c480d3078c2c7b5508f39848009af668 /libc/bionic/pthread_mutex.cpp
parentb64868a50715cfdb5c71d97144ba00acf78e2a76 (diff)
downloadandroid_bionic-b676aafad04f88e36658d4468054375158dbd3c1.tar.gz
android_bionic-b676aafad04f88e36658d4468054375158dbd3c1.tar.bz2
android_bionic-b676aafad04f88e36658d4468054375158dbd3c1.zip
Remove unnecessary #includes.
Change-Id: Ie7e0c9ea03f35517c7dcf09fc808c12e55262bc1
Diffstat (limited to 'libc/bionic/pthread_mutex.cpp')
-rw-r--r--libc/bionic/pthread_mutex.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/bionic/pthread_mutex.cpp b/libc/bionic/pthread_mutex.cpp
index a2e7b25dc..c4cd9e0e4 100644
--- a/libc/bionic/pthread_mutex.cpp
+++ b/libc/bionic/pthread_mutex.cpp
@@ -39,7 +39,6 @@
#include "private/bionic_atomic_inline.h"
#include "private/bionic_futex.h"
#include "private/bionic_tls.h"
-#include "private/thread_private.h"
extern void pthread_debug_mutex_lock_check(pthread_mutex_t *mutex);
extern void pthread_debug_mutex_unlock_check(pthread_mutex_t *mutex);