From b95d1b18bd9b6f2e98c9191a4cfcf92c59d4af02 Mon Sep 17 00:00:00 2001 From: Malcolm Date: Mon, 30 May 2022 23:25:29 +0800 Subject: [PATCH] fix --- binder/binder_alloc.c | 1 - binder/deps.c | 1 - 2 files changed, 2 deletions(-) diff --git a/binder/binder_alloc.c b/binder/binder_alloc.c index e16ce51..61dd545 100644 --- a/binder/binder_alloc.c +++ b/binder/binder_alloc.c @@ -23,7 +23,6 @@ #include #include #include -#include #include "binder_alloc.h" #include "binder_trace.h" diff --git a/binder/deps.c b/binder/deps.c index 1618e5b..c8719e2 100644 --- a/binder/deps.c +++ b/binder/deps.c @@ -9,7 +9,6 @@ #include #include #include -#include #include "deps.h"