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/semaphore.c b/libc/bionic/semaphore.c
index 39d049a..0a6cab4 100644
--- a/libc/bionic/semaphore.c
+++ b/libc/bionic/semaphore.c
@@ -30,7 +30,7 @@
#include <sys/time.h>
#include <sys/atomics.h>
#include <time.h>
-#include <cutils/atomic-inline.h>
+#include <bionic_atomic_inline.h>
#include <bionic_futex.h>
/* Use the lower 31-bits for the counter, and the high bit for