summaryrefslogtreecommitdiffstats
path: root/audio/device.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/device.h
parentd013a1eaa7beebbb49c1fe0015c70ad81566d97c (diff)
Remove ifndef protections and includes from .h files
Diffstat (limited to 'audio/device.h')
-rw-r--r--audio/device.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/device.h b/audio/device.h
index 5782dd99..80a95906 100644
--- a/audio/device.h
+++ b/audio/device.h
@@ -20,14 +20,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
-#ifndef __AUDIO_DEVICE_H__
-#define __AUDIO_DEVICE_H__
-
-#include <bluetooth/bluetooth.h>
-#include <dbus/dbus.h>
-#include <glib.h>
-
-#include "ipc.h"
#define AUDIO_DEVICE_INTERFACE "org.bluez.audio.Device"
@@ -87,5 +79,3 @@ int device_get_config(struct device *dev, int sock, struct ipc_packet *req,
void device_set_state(struct device *dev, uint8_t state);
uint8_t device_get_state(struct device *dev);
-
-#endif