comparison src/CoreAudio/audio.c @ 1950:2ebeb7816c5e

Change from "" to <>-style includes. With thanks to ccr for the correct sed voodoo.
author chainsaw@localhost
date Mon, 01 Oct 2007 23:01:22 +0100
parents aee4ebea943a
children bd3a24b39058
comparison
equal deleted inserted replaced
1949:98893c1e9f98 1950:2ebeb7816c5e
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 */ 19 */
20 #include "coreaudio.h" 20 #include "coreaudio.h"
21 #include "audacious/util.h" 21 #include <audacious/util.h>
22 #include <errno.h> 22 #include <errno.h>
23 #include <CoreAudio/CoreAudio.h> 23 #include <CoreAudio/CoreAudio.h>
24 24
25 AudioDeviceID device_id; 25 AudioDeviceID device_id;
26 AudioStreamBasicDescription device_format; 26 AudioStreamBasicDescription device_format;