diff options
author | 2024-06-21 11:58:54 -0700 | |
---|---|---|
committer | 2024-07-01 11:04:48 -0700 | |
commit | b70f47100e711b907fe51399b65279ccd6c152c6 (patch) | |
tree | 313b1cb9019e3e4e40b4105c0c84c85aa8110483 /libs/binder/IPCThreadState.cpp | |
parent | a770e9baaba5cd1891dc25b6175c805351a20e57 (diff) |
Binder IPC: clean up includes
- remove unused ones
- IWYU
- apply preupload lint checks
Bug: 341997808
Test: mma
Change-Id: Ib8eaff3c2587503fd1b529e0b32d73f7a9b2f479
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
-rw-r--r-- | libs/binder/IPCThreadState.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index 61d0dbad31..94f947fce1 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -22,9 +22,7 @@ #include <binder/BpBinder.h> #include <binder/TextOutput.h> -#include <cutils/sched_policy.h> #include <utils/CallStack.h> -#include <utils/Log.h> #include <atomic> #include <errno.h> |