summaryrefslogtreecommitdiffstats
path: root/audio/avdtp.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/avdtp.h
parentd013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff)
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/avdtp.h')
-rw-r--r--audio/avdtp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/avdtp.h b/audio/avdtp.h
index 67fb38df..f7ca6308 100644
--- a/audio/avdtp.h
+++ b/audio/avdtp.h
@@ -20,11 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
-#ifndef __AVDTP_H__
-#define __AVDTP_H__
-
-#include <stdint.h>
-#include <bluetooth/bluetooth.h>
struct avdtp;
struct avdtp_stream;
@@ -208,4 +203,3 @@ void avdtp_get_peers(struct avdtp *session, bdaddr_t *src, bdaddr_t *dst);
int avdtp_init(void);
void avdtp_exit(void);
-#endif