Mercurial > audlegacy-plugins
comparison src/timidity/libtimidity/common.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 |
|---|---|
| 21 | 21 |
| 22 */ | 22 */ |
| 23 | 23 |
| 24 #include <config.h> | 24 #include <config.h> |
| 25 | 25 |
| 26 #include "audacious/vfs.h" | 26 #include <audacious/vfs.h> |
| 27 #include <stdlib.h> | 27 #include <stdlib.h> |
| 28 #include <string.h> | 28 #include <string.h> |
| 29 | 29 |
| 30 /* I guess "rb" should be right for any libc */ | 30 /* I guess "rb" should be right for any libc */ |
| 31 #define OPEN_MODE "rb" | 31 #define OPEN_MODE "rb" |
