From 3405ad4c30924a19bef598012ad2f9680fc2733f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 28 Feb 2015 23:35:18 -0800 Subject: core: Use local libbluetooth includes --- src/sdp-xml.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/sdp-xml.h') 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 - 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 */ -- cgit v1.2.1