From d106438030e0dac52dd4554e9f12a959615d8b37 Mon Sep 17 00:00:00 2001 From: gdamore Date: Mon, 19 Jun 2006 22:38:55 +0000 Subject: [PATCH] Make include of opt_bluetooth.h unconditional. --- sys/netbt/bluetooth.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/netbt/bluetooth.h b/sys/netbt/bluetooth.h index 72dcc71aa03e..213168c65c71 100644 --- a/sys/netbt/bluetooth.h +++ b/sys/netbt/bluetooth.h @@ -1,4 +1,4 @@ -/* $NetBSD: bluetooth.h,v 1.1 2006/06/19 15:44:45 gdamore Exp $ */ +/* $NetBSD: bluetooth.h,v 1.2 2006/06/19 22:38:55 gdamore Exp $ */ /*- * Copyright (c) 2005 Iain Hibbert. @@ -120,9 +120,7 @@ struct btproto { /* * Debugging stuff */ -#ifndef BLUETOOTH #include "opt_bluetooth.h" -#endif #ifdef BLUETOOTH_DEBUG extern int bluetooth_debug;