From 3bbcb713e056b5a445692372698a6b32472d5348 Mon Sep 17 00:00:00 2001
From: Elliott Hughes <enh@google.com>
Date: Thu, 8 Aug 2019 09:54:29 -0700
Subject: [PATCH] libril: Remove unused includes.

Test: treehugger
Change-Id: Id6ee53aa0e2a83ef40ce9219092f8a0f519b3471
---
 ril/libril/ril.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ril/libril/ril.cpp b/ril/libril/ril.cpp
index 1bf3d6d..fbce8ec 100644
--- a/ril/libril/ril.cpp
+++ b/ril/libril/ril.cpp
@@ -21,13 +21,11 @@
 #include <telephony/ril.h>
 #include <telephony/ril_cdma_sms.h>
 #include <cutils/sockets.h>
-#include <cutils/jstring.h>
 #include <hwbinder/ProcessState.h>
 #include <telephony/record_stream.h>
 #include <utils/Log.h>
 #include <utils/SystemClock.h>
 #include <pthread.h>
-#include <cutils/jstring.h>
 #include <sys/types.h>
 #include <sys/limits.h>
 #include <sys/system_properties.h>
-- 
2.20.1