From ae1fd9f36e2ec4b90aca8e7aaf898a4a5aa236d9 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Tue, 12 Jul 2011 15:31:06 +0000 Subject: [PATCH] use to make compiliation with separate build system easier --- src/hci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hci.c b/src/hci.c index 0174552e7..9b5546498 100644 --- a/src/hci.c +++ b/src/hci.c @@ -49,8 +49,8 @@ #include "debug.h" #include "hci_dump.h" -#include "../include/btstack/hci_cmds.h" -#include "../include/btstack/version.h" +#include +#include // temp #include "l2cap.h"