summaryrefslogtreecommitdiff
path: root/tools/hciattach.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-09 00:42:07 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-09 00:42:07 +0100
commitbffd612cadc41595d479ed47549a9892f811126f (patch)
tree75d3a81159b8b4008366593ce53511d195a36daa /tools/hciattach.c
parent8ece6196e209cb3e80a9d5c7bb540737efd70d7a (diff)
downloadbluez-bffd612cadc41595d479ed47549a9892f811126f.tar.gz
tools: Remove include of compat ppoll header
Diffstat (limited to 'tools/hciattach.c')
-rw-r--r--tools/hciattach.c4
1 files changed, 0 insertions, 4 deletions
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;