summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
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.c
parentd013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff)
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/manager.c')
-rw-r--r--audio/manager.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/manager.c b/audio/manager.c
index dd0907f6..7a650054 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -48,12 +48,14 @@
#include <dbus/dbus.h>
#include "dbus-helper.h"
+#include "dbus.h"
#include "logging.h"
#include "textfile.h"
+#include "ipc.h"
#include "device.h"
#include "error.h"
-#include "a2dp.h"
#include "avdtp.h"
+#include "a2dp.h"
#include "headset.h"
#include "gateway.h"
#include "sink.h"