diff options
author | 2023-10-31 20:50:29 +0000 | |
---|---|---|
committer | 2023-10-31 20:50:29 +0000 | |
commit | d429f318b42341f27d035072193c2d5da0826e93 (patch) | |
tree | 9744084e073ec82beed5e316d51737c6e7768c92 /libs/binder/Debug.cpp | |
parent | f334e5da6dbd002be39d085d70c7ebcd5a268f36 (diff) | |
parent | 1d1e9ff6d9b4bd0e0054bd9a800fe4a0da7c4ad6 (diff) |
Merge "Binder: don't depend on libutils headers" into main
Diffstat (limited to 'libs/binder/Debug.cpp')
-rw-r--r-- | libs/binder/Debug.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/binder/Debug.cpp b/libs/binder/Debug.cpp index c6e4fb378d..7ae616e2b0 100644 --- a/libs/binder/Debug.cpp +++ b/libs/binder/Debug.cpp @@ -19,8 +19,6 @@ #include <binder/ProcessState.h> -#include <utils/misc.h> - #include <stdio.h> #include <stdlib.h> #include <ctype.h> |