diff options
Diffstat (limited to 'usr.sbin/btd/bt.c')
-rw-r--r-- | usr.sbin/btd/bt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/btd/bt.c b/usr.sbin/btd/bt.c index aac9cc66247..1a141c67651 100644 --- a/usr.sbin/btd/bt.c +++ b/usr.sbin/btd/bt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bt.c,v 1.1 2008/11/24 23:34:41 uwe Exp $ */ +/* $OpenBSD: bt.c,v 1.2 2008/11/25 17:13:53 uwe Exp $ */ /* * Copyright (c) 2008 Uwe Stuehler <uwe@openbsd.org> @@ -24,7 +24,6 @@ #include <dev/bluetooth/btdev.h> -#include <bluetooth.h> #include <errno.h> #include <event.h> #include <fcntl.h> |