diff options
author | 2021-05-05 17:09:58 +0000 | |
---|---|---|
committer | 2021-05-05 17:09:58 +0000 | |
commit | 2281985cd3e7f6eeeed48f5b4a677e2e665a2eef (patch) | |
tree | fd241febb3ec15c8703f59647094e6798a29f62b /libs/binder/IPCThreadState.cpp | |
parent | db904dd32c6a654b1da96fecc3ad7302e9cae3c6 (diff) | |
parent | 704fc1a8ccffd8abc43ea126d4310b34c0e95bf2 (diff) |
Merge changes I6c715612,If84ff928
* changes:
libbinder: RPC server setup debug logs
libbinder: stop exporting private headers
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
-rw-r--r-- | libs/binder/IPCThreadState.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index 6fb1227f63..ef7fd44419 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -29,8 +29,6 @@ #include <utils/SystemClock.h> #include <utils/threads.h> -#include <private/binder/binder_module.h> - #include <atomic> #include <errno.h> #include <inttypes.h> @@ -43,6 +41,7 @@ #include <unistd.h> #include "Static.h" +#include "binder_module.h" #if LOG_NDEBUG |