From d6226d01ce5bd00a85310061fb33d0510ecd7564 Mon Sep 17 00:00:00 2001
From: Ingmar Vanhassel
Date: Thu, 29 Oct 2009 21:34:31 +0100
Subject: Don't include usb.h, which is a libusb-0.1 header

libusbmuxd uses libusb-1.0
---
 dev/msyncclient.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev/msyncclient.c b/dev/msyncclient.c
index fff4c44..b3cc81e 100644
--- a/dev/msyncclient.c
+++ b/dev/msyncclient.c
@@ -22,7 +22,6 @@
 #include <stdio.h>
 #include <string.h>
 #include <errno.h>
-#include <usb.h>
 
 #include <libiphone/libiphone.h>
 #include <libiphone/lockdown.h>
-- 
cgit v1.1-32-gdbae