Mercurial > audlegacy-plugins
comparison src/timidity/libtimidity/playmidi.c @ 1942:f14d11bf9cbb
timidity: CONFIG_H define removal
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Mon, 01 Oct 2007 16:43:45 -0500 |
| parents | 3da1b8942b8b |
| children | 2ebeb7816c5e |
comparison
equal
deleted
inserted
replaced
| 1941:5412f8c2ec29 | 1942:f14d11bf9cbb |
|---|---|
| 19 | 19 |
| 20 playmidi.c -- random stuff in need of rearrangement | 20 playmidi.c -- random stuff in need of rearrangement |
| 21 | 21 |
| 22 */ | 22 */ |
| 23 | 23 |
| 24 #if HAVE_CONFIG_H | 24 #include <config.h> |
| 25 # include <config.h> | |
| 26 #endif | |
| 27 | 25 |
| 28 #include "audacious/vfs.h" | 26 #include "audacious/vfs.h" |
| 29 #include <stdlib.h> | 27 #include <stdlib.h> |
| 30 #include <string.h> | 28 #include <string.h> |
| 31 | 29 |
