summaryrefslogtreecommitdiffstats
path: root/audio/manager.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-13 08:14:22 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-13 08:14:22 +0000
commitc2833e263d6cfc4cf82f4bfdcc59640a4071aeae (patch)
tree86396cb615ddf12634758f78297c88cc13394f8b /audio/manager.h
parentd013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff)
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/manager.h')
-rw-r--r--audio/manager.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/manager.h b/audio/manager.h
index 993c1057..a18cf4fd 100644
--- a/audio/manager.h
+++ b/audio/manager.h
@@ -21,11 +21,6 @@
*
*/
-#include <bluetooth/sdp.h>
-#include <dbus/dbus.h>
-
-#include "device.h"
-
#define MAX_PATH_LENGTH 64 /* D-Bus path */
#define AUDIO_MANAGER_PATH "/org/bluez/audio"
#define AUDIO_MANAGER_INTERFACE "org.bluez.audio.Manager"