From 75430e813e35c68a3c1b2484f6aa668da220455b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 20 Dec 2006 05:33:12 +0000 Subject: Only need printf(), so use vsprintf.h instead of console.h --- src/hci/shell.c | 2 +- src/hci/strerror.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/hci/shell.c b/src/hci/shell.c index 3b1493fe..2a9bfca4 100644 --- a/src/hci/shell.c +++ b/src/hci/shell.c @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include #include diff --git a/src/hci/strerror.c b/src/hci/strerror.c index 8ed5d273..70331e42 100644 --- a/src/hci/strerror.c +++ b/src/hci/strerror.c @@ -1,6 +1,6 @@ #include #include -#include +#include #include /** @file -- cgit v1.2.3-55-g7522