summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-08 15:47:42 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-08-08 15:47:42 -0700
commit5c02cdf68e01ae3fcf698a8e5b98b0485ada18f9 (patch)
treec08b8ae07c2a3130b9369aa9174f684fddcd88c4
parent9ab3d00117af5f06d6d25af7e7d9874cd6b19d24 (diff)
parent74152cc17279655e9d43689eeb420e3e21e2fc98 (diff)
downloadplatform_hardware_ril-5c02cdf68e01ae3fcf698a8e5b98b0485ada18f9.tar.gz
platform_hardware_ril-5c02cdf68e01ae3fcf698a8e5b98b0485ada18f9.tar.bz2
platform_hardware_ril-5c02cdf68e01ae3fcf698a8e5b98b0485ada18f9.zip
Merge "Remove unused includes." am: a09c048365 am: 6b4a906988
am: 74152cc172 Change-Id: I86615be56164b06f7ef809f2b63906c45a7c9540
-rw-r--r--libril/ril.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libril/ril.cpp b/libril/ril.cpp
index fbf7ee08..214fa107 100644
--- a/libril/ril.cpp
+++ b/libril/ril.cpp
@@ -21,12 +21,10 @@
#include <telephony/ril.h>
#include <telephony/ril_cdma_sms.h>
#include <cutils/sockets.h>
-#include <cutils/jstring.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>