From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This is part of the work necessary to completely remove struct audio_device --- profiles/audio/media.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/profiles/audio/media.c b/profiles/audio/media.c index bb6323d..f1ad439 100644 --- a/profiles/audio/media.c +++ b/profiles/audio/media.c @@ -34,15 +34,14 @@ #include <gdbus/gdbus.h> #include "lib/uuid.h" -#include "../src/adapter.h" -#include "../src/device.h" -#include "../src/dbus-common.h" -#include "../src/profile.h" +#include "src/adapter.h" +#include "src/device.h" +#include "src/dbus-common.h" +#include "src/profile.h" #include "glib-helper.h" #include "log.h" #include "error.h" -#include "device.h" #include "avdtp.h" #include "media.h" #include "transport.h" -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html