diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-13 08:14:22 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-13 08:14:22 +0000 |
commit | c2833e263d6cfc4cf82f4bfdcc59640a4071aeae (patch) | |
tree | 86396cb615ddf12634758f78297c88cc13394f8b /audio/avdtp.c | |
parent | d013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff) |
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/avdtp.c')
-rw-r--r-- | audio/avdtp.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/audio/avdtp.c b/audio/avdtp.c index 3dafc1bc..febef897 100644 --- a/audio/avdtp.c +++ b/audio/avdtp.c @@ -26,6 +26,7 @@ #endif #include <stdio.h> +#include <stdint.h> #include <errno.h> #include <unistd.h> #include <assert.h> @@ -34,9 +35,12 @@ #include <glib.h> -#include "avdtp.h" -#include "logging.h" +#include <bluetooth/bluetooth.h> + #include "dbus.h" +#include "logging.h" + +#include "avdtp.h" #include <bluetooth/l2cap.h> |