comparison src/timidity/libtimidity/stream.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 fa9f85cebade
comparison
equal deleted inserted replaced
1941:5412f8c2ec29 1942:f14d11bf9cbb
1 #if HAVE_CONFIG_H 1 #include <config.h>
2 # include <config.h>
3 #endif
4 2
5 #include "string.h" 3 #include "string.h"
6 4
7 #include "timidity.h" 5 #include "timidity.h"
8 #include "timidity_internal.h" 6 #include "timidity_internal.h"