summaryrefslogtreecommitdiff
path: root/usr.sbin/btd/bt.c
diff options
context:
space:
mode:
authorUwe Stuehler <uwe@cvs.openbsd.org>2008-11-25 17:13:54 +0000
committerUwe Stuehler <uwe@cvs.openbsd.org>2008-11-25 17:13:54 +0000
commit4f87a041328022909468779074d96fb7c4f1323a (patch)
treec5a7786385420a217776fdfde863061c41c25751 /usr.sbin/btd/bt.c
parent0e2b5a5e8da59d04866c32f58f938711e74e489a (diff)
Get rid of dependencies on ports libraries (among other things)
Diffstat (limited to 'usr.sbin/btd/bt.c')
-rw-r--r--usr.sbin/btd/bt.c3
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>