diff options
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2013-07-02 16:14:10 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2013-07-12 15:05:48 +0300 |
commit | 29592b7878db20ca53784b3971447e032347ed72 (patch) | |
tree | 0013d2641350038ee521c49a033ac9c28a143a71 | |
parent | 4408bfc4383b7c27a0f6d2129776b74fdcb7021e (diff) |
audio/media: Remove dependency on struct audio_device
This is part of the work necessary to completely remove
struct audio_device
-rw-r--r-- | profiles/audio/media.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/profiles/audio/media.c b/profiles/audio/media.c index bb6323d36..f1ad43926 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" |