mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-09 13:03:23 +08:00
audio/media: Remove dependency on struct audio_device
This is part of the work necessary to completely remove struct audio_device
This commit is contained in:
parent
4408bfc438
commit
29592b7878
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user