comparison src/timidity/libtimidity/timidity.h @ 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 3da1b8942b8b
children 6e2070ea35e7
comparison
equal deleted inserted replaced
1949:98893c1e9f98 1950:2ebeb7816c5e
21 */ 21 */
22 22
23 #ifndef TIMIDITY_H 23 #ifndef TIMIDITY_H
24 #define TIMIDITY_H 24 #define TIMIDITY_H
25 25
26 #include "audacious/vfs.h" 26 #include <audacious/vfs.h>
27 #include <stdlib.h> 27 #include <stdlib.h>
28 28
29 #ifdef __cplusplus 29 #ifdef __cplusplus
30 extern "C" 30 extern "C"
31 { 31 {