From c2833e263d6cfc4cf82f4bfdcc59640a4071aeae Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 13 Aug 2007 08:14:22 +0000 Subject: Remove ifndef protections and includes from .h files --- audio/manager.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/manager.c') 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 #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" -- cgit