diff options
Diffstat (limited to 'audio/device.h')
-rw-r--r-- | audio/device.h | 10 |
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 |