summaryrefslogtreecommitdiffstats
path: root/audio/main.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/main.c
parentd013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff)
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/main.c')
-rw-r--r--audio/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/main.c b/audio/main.c
index 72e54133..9e677354 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -26,15 +26,18 @@
#endif
#include <stdlib.h>
+#include <stdint.h>
#include <string.h>
#include <signal.h>
#include <glib.h>
-
#include <dbus/dbus.h>
+#include <bluetooth/bluetooth.h>
+#include <bluetooth/sdp.h>
#include "dbus.h"
#include "logging.h"
+#include "ipc.h"
#include "unix.h"
#include "manager.h"