summaryrefslogtreecommitdiff
path: root/profiles/health
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:14:21 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-03-01 00:14:21 -0800
commit85180c23f79808c5fe157bd289aa45b9eea64141 (patch)
tree273e7bb0ceedce7cb223ae32ab10309d7b9954e4 /profiles/health
parentf02dbf1cd697665752c3095bf42b7c189a0e0bd2 (diff)
downloadbluez-85180c23f79808c5fe157bd289aa45b9eea64141.tar.gz
profiles: Fix includes for gdbus.h header
Diffstat (limited to 'profiles/health')
-rw-r--r--profiles/health/hdp_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/health/hdp_main.c b/profiles/health/hdp_main.c
index 6dc9acf52..2c4bbe298 100644
--- a/profiles/health/hdp_main.c
+++ b/profiles/health/hdp_main.c
@@ -25,10 +25,10 @@
#endif
#include <errno.h>
-#include <gdbus/gdbus.h>
-#include "src/plugin.h"
+#include "gdbus/gdbus.h"
+#include "src/plugin.h"
#include "hdp_manager.h"
static int hdp_init(void)