libbinder: Replace deprecated utils/threads.h header
Replaces the old utils/threads.h with the newer replacement
headers or removes it altogether from some files.
Bug: None
Test: m
Change-Id: Id85ddcb6b647e95a649ca2cd77e9db34c5e77b30
diff --git a/libs/binder/IMemory.cpp b/libs/binder/IMemory.cpp
index bd974b0..d0cb1f3 100644
--- a/libs/binder/IMemory.cpp
+++ b/libs/binder/IMemory.cpp
@@ -32,7 +32,7 @@
#include <log/log.h>
#include <utils/KeyedVector.h>
-#include <utils/threads.h>
+#include <utils/Mutex.h>
#define VERBOSE 0