From 6fd91241caf658851780dd1fa5c4ffc84345a958 Mon Sep 17 00:00:00 2001 From: "mila@ringwald.ch" Date: Thu, 18 Sep 2014 20:53:59 +0000 Subject: [PATCH] remove unused libusb include --- platforms/posix/src/daemon.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platforms/posix/src/daemon.c b/platforms/posix/src/daemon.c index 4df098e94..967750b27 100644 --- a/platforms/posix/src/daemon.c +++ b/platforms/posix/src/daemon.c @@ -91,10 +91,6 @@ #include "../platforms/ios/src/platform_iphone.h" #endif -#ifdef HAVE_TRANSPORT_USB -#include -#endif - #ifndef BTSTACK_LOG_FILE #define BTSTACK_LOG_FILE "/tmp/hci_dump.pklg" #endif