diff options
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r-- | libs/binder/ProcessState.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index 27d1165e56..1821729cfa 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -24,10 +24,9 @@ #include <binder/IServiceManager.h> #include <binder/Stability.h> #include <cutils/atomic.h> -#include <utils/AndroidThreads.h> #include <utils/Log.h> #include <utils/String8.h> -#include <utils/Thread.h> +#include <utils/threads.h> #include "Static.h" #include "binder_module.h" |