comparison src/timidity/libtimidity/resample.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
20 resample.c 20 resample.c
21 */ 21 */
22 22
23 #include <config.h> 23 #include <config.h>
24 24
25 #include "audacious/vfs.h" 25 #include <audacious/vfs.h>
26 #include <math.h> 26 #include <math.h>
27 #include <stdlib.h> 27 #include <stdlib.h>
28 28
29 #include "timidity.h" 29 #include "timidity.h"
30 #include "timidity_internal.h" 30 #include "timidity_internal.h"