diff options
| author | Elliott Hughes <enh@google.com> | 2009-10-01 17:50:23 -0700 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2009-10-01 17:50:23 -0700 |
| commit | bdced0b58c00b8b6c452ee3fb2fc0cbe02080498 (patch) | |
| tree | 584c93ad22e18f3209f5c3b31794a4205adc6b21 /core/jni | |
| parent | 8bd06aabf3509827f25362961e29c5fc78af30a7 (diff) | |
| download | frameworks_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')
| -rw-r--r-- | core/jni/android_net_LocalSocketImpl.cpp | 2 |
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 { |
