Diff between 8ece6196e209cb3e80a9d5c7bb540737efd70d7a and bffd612cadc41595d479ed47549a9892f811126f

Changed Files

File Additions Deletions Status
tools/ciptool.c +0 -4 modified
tools/hciattach.c +0 -4 modified
tools/rfcomm.c +0 -4 modified

Full Patch

diff --git a/tools/ciptool.c b/tools/ciptool.c
index e240f38..72338dc 100644
--- a/tools/ciptool.c
+++ b/tools/ciptool.c
@@ -44,10 +44,6 @@
 #include <bluetooth/sdp_lib.h>
 #include <bluetooth/cmtp.h>
 
-#ifdef NEED_PPOLL
-#include "ppoll.h"
-#endif
-
 static volatile sig_atomic_t __io_canceled = 0;
 
 static void sig_hup(int sig)
diff --git a/tools/hciattach.c b/tools/hciattach.c
index e1e80af..db01b85 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -48,10 +48,6 @@
 
 #include "hciattach.h"
 
-#ifdef NEED_PPOLL
-#include "ppoll.h"
-#endif
-
 struct uart_t {
 	char *type;
 	int  m_id;
diff --git a/tools/rfcomm.c b/tools/rfcomm.c
index affdbc7..ff164c8 100644
--- a/tools/rfcomm.c
+++ b/tools/rfcomm.c
@@ -45,10 +45,6 @@
 #include <bluetooth/hci_lib.h>
 #include <bluetooth/rfcomm.h>
 
-#ifdef NEED_PPOLL
-#include "ppoll.h"
-#endif
-
 static int rfcomm_raw_tty = 0;
 static int auth = 0;
 static int encryption = 0;