diff options
Diffstat (limited to 'libs/binder/ProcessState.cpp')
-rw-r--r-- | libs/binder/ProcessState.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index da806aa25d..860612983f 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -18,12 +18,12 @@ #include <binder/ProcessState.h> -#include <utils/Atomic.h> #include <binder/BpBinder.h> #include <binder/IPCThreadState.h> +#include <binder/IServiceManager.h> +#include <cutils/atomic.h> #include <utils/Log.h> #include <utils/String8.h> -#include <binder/IServiceManager.h> #include <utils/String8.h> #include <utils/threads.h> |