summaryrefslogtreecommitdiff
path: root/src/agent.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/agent.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/agent.c')
-rw-r--r--src/agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/agent.c b/src/agent.c
index 770a63838..7d66cf50d 100644
--- a/src/agent.c
+++ b/src/agent.c
@@ -30,7 +30,7 @@
#include "log.h"
#include "error.h"
-#include "hcid.h"
+#include "btd.h"
#include "dbus-common.h"
#include "adapter.h"
#include "device.h"