From c2833e263d6cfc4cf82f4bfdcc59640a4071aeae Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 13 Aug 2007 08:14:22 +0000 Subject: Remove ifndef protections and includes from .h files --- audio/device.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'audio/device.h') 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 -#include -#include - -#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 -- cgit