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/headset.h | |
parent | d013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff) |
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/audio/headset.h b/audio/headset.h index ec57f1d8..2a65d136 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -20,13 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ -#include <bluetooth/sdp.h> -#include <bluetooth/sdp_lib.h> - -#include <dbus/dbus.h> - -#include "ipc.h" -#include "device.h" #define AUDIO_HEADSET_INTERFACE "org.bluez.audio.Headset" |