summaryrefslogtreecommitdiff
path: root/libs/binder/IInterface.cpp
diff options
context:
space:
mode:
author Tomasz Wasilczyk <twasilczyk@google.com> 2023-10-31 20:50:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-10-31 20:50:29 +0000
commitd429f318b42341f27d035072193c2d5da0826e93 (patch)
tree9744084e073ec82beed5e316d51737c6e7768c92 /libs/binder/IInterface.cpp
parentf334e5da6dbd002be39d085d70c7ebcd5a268f36 (diff)
parent1d1e9ff6d9b4bd0e0054bd9a800fe4a0da7c4ad6 (diff)
Merge "Binder: don't depend on libutils headers" into main
Diffstat (limited to 'libs/binder/IInterface.cpp')
-rw-r--r--libs/binder/IInterface.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/binder/IInterface.cpp b/libs/binder/IInterface.cpp
index 2780bd4cd9..dea26038cf 100644
--- a/libs/binder/IInterface.cpp
+++ b/libs/binder/IInterface.cpp
@@ -15,7 +15,6 @@
*/
#define LOG_TAG "IInterface"
-#include <utils/Log.h>
#include <binder/IInterface.h>
namespace android {