summaryrefslogtreecommitdiff
path: root/profiles/audio/control.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-25 20:08:59 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-01-25 20:08:59 -0800
commit8c45ca3f2e94712498fedc438c8116dd0363f6a2 (patch)
tree33b2d933c1003e5c34e830cda684e8f3e2d27053 /profiles/audio/control.c
parent49f69d54f094c878b716ed900cd9e47d53076dea (diff)
downloadbluez-8c45ca3f2e94712498fedc438c8116dd0363f6a2.tar.gz
profiles: Use full include path for header files
Diffstat (limited to 'profiles/audio/control.c')
-rw-r--r--profiles/audio/control.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/profiles/audio/control.c b/profiles/audio/control.c
index 4692ef053..ab94a5719 100644
--- a/profiles/audio/control.c
+++ b/profiles/audio/control.c
@@ -51,13 +51,14 @@
#include "src/profile.h"
#include "src/service.h"
-#include "log.h"
-#include "error.h"
+#include "src/log.h"
+#include "src/error.h"
+#include "src/sdpd.h"
+#include "src/uuid-helper.h"
+#include "src/dbus-common.h"
+
#include "avctp.h"
#include "control.h"
-#include "sdpd.h"
-#include "uuid-helper.h"
-#include "dbus-common.h"
static GSList *devices = NULL;