From 857421a6a8f76e2995cd99d17368d9871f098bf3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 25 Jan 2014 16:58:24 -0800 Subject: [PATCH] tools: Use direct include from shared files in src directory --- tools/btmgmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index dde42d7e2..f808196d7 100644 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -40,12 +40,12 @@ #include #include -#include "uuid-helper.h" +#include "src/uuid-helper.h" +#include "lib/mgmt.h" #include "monitor/mainloop.h" #include "src/shared/util.h" #include "src/shared/mgmt.h" -#include "lib/mgmt.h" static bool monitor = false; static bool discovery = false; -- 2.47.3