From cda041235680be1f09e13570b928d6c552af240d Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Mon, 26 Apr 2021 14:05:27 -0700 Subject: [PATCH] AndroidRuntime.h: do not include IBinder.h IWYU Bug: 186266747 Test: m checkbuild Change-Id: I9ae58eb94f063fbaaf7455a13182c5d2bee96ee2 --- core/jni/include/android_runtime/AndroidRuntime.h | 1 - 1 file changed, 1 deletion(-) diff --git a/core/jni/include/android_runtime/AndroidRuntime.h b/core/jni/include/android_runtime/AndroidRuntime.h index d86d9340e6679..bf2ba772c39dc 100644 --- a/core/jni/include/android_runtime/AndroidRuntime.h +++ b/core/jni/include/android_runtime/AndroidRuntime.h @@ -19,7 +19,6 @@ #ifndef _RUNTIME_ANDROID_RUNTIME_H #define _RUNTIME_ANDROID_RUNTIME_H -#include #include #include #include