summaryrefslogtreecommitdiffstats
path: root/core/jni/android_net_LocalSocketImpl.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2009-10-01 17:50:23 -0700
committerElliott Hughes <enh@google.com>2009-10-01 17:50:23 -0700
commitbdced0b58c00b8b6c452ee3fb2fc0cbe02080498 (patch)
tree584c93ad22e18f3209f5c3b31794a4205adc6b21 /core/jni/android_net_LocalSocketImpl.cpp
parent8bd06aabf3509827f25362961e29c5fc78af30a7 (diff)
downloadframeworks_base-bdced0b58c00b8b6c452ee3fb2fc0cbe02080498.zip
frameworks_base-bdced0b58c00b8b6c452ee3fb2fc0cbe02080498.tar.gz
frameworks_base-bdced0b58c00b8b6c452ee3fb2fc0cbe02080498.tar.bz2
Remove unused #includes.
(Part of removing adb networking support.) Bug: 1122968
Diffstat (limited to 'core/jni/android_net_LocalSocketImpl.cpp')
-rw-r--r--core/jni/android_net_LocalSocketImpl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/jni/android_net_LocalSocketImpl.cpp b/core/jni/android_net_LocalSocketImpl.cpp
index f14b9fa..e58794b 100644
--- a/core/jni/android_net_LocalSocketImpl.cpp
+++ b/core/jni/android_net_LocalSocketImpl.cpp
@@ -35,8 +35,6 @@
#include <cutils/sockets.h>
#include <netinet/tcp.h>
-#include <cutils/properties.h>
-#include <cutils/adb_networking.h>
namespace android {