Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30790
Modified Files: Tag: devel_0_39 d_soundfile.c Log Message: was including g_canvas.h for no reason
Index: d_soundfile.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/d_soundfile.c,v retrieving revision 1.4.4.11.2.9 retrieving revision 1.4.4.11.2.10 diff -C2 -d -r1.4.4.11.2.9 -r1.4.4.11.2.10 *** d_soundfile.c 30 Nov 2005 13:36:57 -0000 1.4.4.11.2.9 --- d_soundfile.c 27 Nov 2006 18:16:09 -0000 1.4.4.11.2.10 *************** *** 27,31 ****
#include "m_pd.h" - #include "g_canvas.h"
#define MAXSFCHANS 64 --- 27,30 ----