diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-27 12:05:10 +0000 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-27 12:05:10 +0000 | 
| commit | 296dcf42cf8a4f4d6f0192cac58a28887be38552 (patch) | |
| tree | bd763ff8a417c9286896b2e53a782681cfae76c8 /audio/a2dp.c | |
| parent | e1bfc91de96a38616100cc31db7bdb69f2cfbea6 (diff) | |
First try at device autocreate support
Diffstat (limited to 'audio/a2dp.c')
| -rw-r--r-- | audio/a2dp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c index 9dfa2aeb..d3cedefc 100644 --- a/audio/a2dp.c +++ b/audio/a2dp.c @@ -35,8 +35,8 @@  #include <bluetooth/sdp_lib.h>  #include "logging.h" -#include "manager.h"  #include "device.h" +#include "manager.h"  #include "avdtp.h"  #include "sink.h"  #include "a2dp.h"  | 
