libc: remove cutils dependencies
We simply copy the stuff we need from cutils headers.
A future patch will change cutils to include the private <bionic_atomic_inline.h>
Change-Id: Ib6fd9a03bc9e337ce867bd606dc94c2b4438480a
diff --git a/libc/bionic/pthread.c b/libc/bionic/pthread.c
index ac5e6bf..8eee136 100644
--- a/libc/bionic/pthread.c
+++ b/libc/bionic/pthread.c
@@ -44,7 +44,7 @@
#include <assert.h>
#include <malloc.h>
#include <bionic_futex.h>
-#include <cutils/atomic-inline.h>
+#include <bionic_atomic_inline.h>
#include <sys/prctl.h>
#include <sys/stat.h>
#include <fcntl.h>