summaryrefslogtreecommitdiff
path: root/usr.sbin/btd/log.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/log.c
parent0e2b5a5e8da59d04866c32f58f938711e74e489a (diff)
Get rid of dependencies on ports libraries (among other things)
Diffstat (limited to 'usr.sbin/btd/log.c')
-rw-r--r--usr.sbin/btd/log.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/btd/log.c b/usr.sbin/btd/log.c
index 8346fe08cb7..8d18b240a2c 100644
--- a/usr.sbin/btd/log.c
+++ b/usr.sbin/btd/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.1 2008/11/24 23:34:42 uwe Exp $ */
+/* $OpenBSD: log.c,v 1.2 2008/11/25 17:13:53 uwe Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -16,7 +16,6 @@
* OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <bluetooth.h>
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>