summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-10-28 14:53:36 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-10-29 10:27:38 -0700
commitc4ef8f8d048a30304ba4cb1b83bfe39b55c13ba7 (patch)
treeb7745aac3940fbec06a56e8bdd981f23660df784 /src/main.c
parent01d035d33886b13cd6dc361f994ce22ad47daf61 (diff)
downloadbluez-c4ef8f8d048a30304ba4cb1b83bfe39b55c13ba7.tar.gz
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.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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"