From c4ef8f8d048a30304ba4cb1b83bfe39b55c13ba7 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 28 Oct 2020 14:53:36 -0700 Subject: core: Rename hcid.h to btd.h Since we use btd term for daemon APIs it makes sense to use it also for the header name instead of hcid. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 6e18d5ef1..0ae45015f 100644 --- a/src/main.c +++ b/src/main.c @@ -42,7 +42,7 @@ #include "shared/mainloop.h" #include "lib/uuid.h" #include "shared/util.h" -#include "hcid.h" +#include "btd.h" #include "sdpd.h" #include "adapter.h" #include "device.h" -- cgit v1.2.1