comparison src/timidity/libtimidity/timidity.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 f14d11bf9cbb
children 6acf1bda788b
comparison
equal deleted inserted replaced
1949:98893c1e9f98 1950:2ebeb7816c5e
19 19
20 */ 20 */
21 21
22 #include <config.h> 22 #include <config.h>
23 23
24 #include "audacious/vfs.h" 24 #include <audacious/vfs.h>
25 #include <stdlib.h> 25 #include <stdlib.h>
26 #include <string.h> 26 #include <string.h>
27 27
28 #include "timidity.h" 28 #include "timidity.h"
29 #include "timidity_internal.h" 29 #include "timidity_internal.h"