diff options
author | emax <emax@FreeBSD.org> | 2004-04-27 16:38:15 +0000 |
---|---|---|
committer | emax <emax@FreeBSD.org> | 2004-04-27 16:38:15 +0000 |
commit | 8a65e07a873529e28a39dde6df79059f4befd96d (patch) | |
tree | 55d9b893bcd8160df8d483da8e7c72ff49e57811 /sys/netgraph/bluetooth/common/ng_bluetooth.c | |
parent | 927d6867f047e5ca2a26e76d448e4f6b998f43ea (diff) | |
download | FreeBSD-src-8a65e07a873529e28a39dde6df79059f4befd96d.zip FreeBSD-src-8a65e07a873529e28a39dde6df79059f4befd96d.tar.gz |
Address few style issues pointed out by bde
Reviewed by: bde, ru
Diffstat (limited to 'sys/netgraph/bluetooth/common/ng_bluetooth.c')
-rw-r--r-- | sys/netgraph/bluetooth/common/ng_bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/common/ng_bluetooth.c b/sys/netgraph/bluetooth/common/ng_bluetooth.c index bf4b066..73f8266 100644 --- a/sys/netgraph/bluetooth/common/ng_bluetooth.c +++ b/sys/netgraph/bluetooth/common/ng_bluetooth.c @@ -35,7 +35,7 @@ #include <sys/kernel.h> #include <sys/sysctl.h> -#include "ng_bluetooth.h" +#include <netgraph/bluetooth/include/ng_bluetooth.h> /* * Bluetooth stack sysctl globals |