summaryrefslogtreecommitdiff
path: root/libs/binder/IServiceManager.cpp
diff options
context:
space:
mode:
author Tomasz Wasilczyk <twasilczyk@google.com> 2024-06-21 11:58:54 -0700
committer Tomasz Wasilczyk <twasilczyk@google.com> 2024-07-01 11:04:48 -0700
commitb70f47100e711b907fe51399b65279ccd6c152c6 (patch)
tree313b1cb9019e3e4e40b4105c0c84c85aa8110483 /libs/binder/IServiceManager.cpp
parenta770e9baaba5cd1891dc25b6175c805351a20e57 (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/IServiceManager.cpp')
-rw-r--r--libs/binder/IServiceManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/IServiceManager.cpp b/libs/binder/IServiceManager.cpp
index 2095586528..17e522d921 100644
--- a/libs/binder/IServiceManager.cpp
+++ b/libs/binder/IServiceManager.cpp
@@ -29,7 +29,6 @@
#include <android/os/IServiceManager.h>
#include <binder/IPCThreadState.h>
#include <binder/Parcel.h>
-#include <utils/Log.h>
#include <utils/String8.h>
#ifndef __ANDROID_VNDK__