comparison src/Input/timidity/libtimidity/playmidi.c @ 3:088092a52fea trunk

[svn] - move from (internal) libaudacious/ include path to audacious/ include path
author nenolod
date Mon, 18 Sep 2006 01:35:25 -0700
parents 13389e613d67
children
comparison
equal deleted inserted replaced
2:4e0ad481325f 3:088092a52fea
23 23
24 #if HAVE_CONFIG_H 24 #if HAVE_CONFIG_H
25 # include <config.h> 25 # include <config.h>
26 #endif 26 #endif
27 27
28 #include "libaudacious/vfs.h" 28 #include "audacious/vfs.h"
29 #include <stdlib.h> 29 #include <stdlib.h>
30 #include <string.h> 30 #include <string.h>
31 31
32 #include "timidity.h" 32 #include "timidity.h"
33 #include "timidity_internal.h" 33 #include "timidity_internal.h"