From 3eab89a5c5f6f6436cac39ef713fbd2474f61cb1 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 17 Apr 2017 16:36:32 -0700 Subject: [PATCH] libril: include what you use Unused binder header removal. Test: works with BOARD_VNDK_VERSION := current Bug: 33241851 Change-Id: I26f0bdb63ac98264bb11d5f7c68d68cf427988ec --- libril/ril_internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libril/ril_internal.h b/libril/ril_internal.h index 646d9b7..350791b 100644 --- a/libril/ril_internal.h +++ b/libril/ril_internal.h @@ -17,8 +17,6 @@ #ifndef ANDROID_RIL_INTERNAL_H #define ANDROID_RIL_INTERNAL_H -#include - namespace android { #define RIL_SERVICE_NAME_BASE "slot" -- 2.11.0