summaryrefslogtreecommitdiff
path: root/src/sdp-xml.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:35:18 -0800
committerMarcel Holtmann <marcel@holtmann.org>2015-02-28 23:35:18 -0800
commit3405ad4c30924a19bef598012ad2f9680fc2733f (patch)
treebc6afc7393b50ccf2d243dbd338b545972888183 /src/sdp-xml.h
parent8c1a878f33382297457ade8004a1e96e9c0858c4 (diff)
downloadbluez-3405ad4c30924a19bef598012ad2f9680fc2733f.tar.gz
core: Use local libbluetooth includes
Diffstat (limited to 'src/sdp-xml.h')
-rw-r--r--src/sdp-xml.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sdp-xml.h b/src/sdp-xml.h
index d6a2f736a..80a4f446d 100644
--- a/src/sdp-xml.h
+++ b/src/sdp-xml.h
@@ -21,15 +21,7 @@
*
*/
-
-#ifndef __SDP_XML_H
-#define __SDP_XML_H
-
-#include <bluetooth/sdp.h>
-
void convert_sdp_record_to_xml(sdp_record_t *rec,
void *user_data, void (*append_func) (void *, const char *));
sdp_record_t *sdp_xml_parse_record(const char *data, int size);
-
-#endif /* __SDP_XML_H */