From bffd612cadc41595d479ed47549a9892f811126f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 9 Dec 2012 00:42:07 +0100 Subject: [PATCH] tools: Remove include of compat ppoll header --- tools/ciptool.c | 4 ---- tools/hciattach.c | 4 ---- tools/rfcomm.c | 4 ---- 3 files changed, 12 deletions(-) diff --git a/tools/ciptool.c b/tools/ciptool.c index e240f38ba..72338dc9c 100644 --- a/tools/ciptool.c +++ b/tools/ciptool.c @@ -44,10 +44,6 @@ #include #include -#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 e1e80af81..db01b85bc 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 affdbc78b..ff164c8bb 100644 --- a/tools/rfcomm.c +++ b/tools/rfcomm.c @@ -45,10 +45,6 @@ #include #include -#ifdef NEED_PPOLL -#include "ppoll.h" -#endif - static int rfcomm_raw_tty = 0; static int auth = 0; static int encryption = 0; -- 2.47.3