summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-05-12 08:53:27 -0400
committerMike Lockwood <lockwood@android.com>2010-05-12 08:53:27 -0400
commite380c27e9fdca66fa2f4aa9fd599568c568fc33d (patch)
treef8beea11ed49a1312519341a8f665117d3184579
parente717020da0c097bc68b51a2e32d6729ac057bb02 (diff)
downloadsystem_core-e380c27e9fdca66fa2f4aa9fd599568c568fc33d.tar.gz
system_core-e380c27e9fdca66fa2f4aa9fd599568c568fc33d.tar.bz2
system_core-e380c27e9fdca66fa2f4aa9fd599568c568fc33d.zip
adb: remove unnecessary include
Change-Id: I3bcba4c93834d0ac08bded0f2e3c74984f1f3f54 Signed-off-by: Mike Lockwood <lockwood@android.com>
-rw-r--r--adb/usb_linux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/adb/usb_linux.c b/adb/usb_linux.c
index eb10118bf..4b5edb648 100644
--- a/adb/usb_linux.c
+++ b/adb/usb_linux.c
@@ -20,7 +20,6 @@
#include <string.h>
#include <usbhost/usbhost.h>
-#include <linux/usbdevice_fs.h>
#include <linux/version.h>
#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 20)
#include <linux/usb/ch9.h>