comparison src/madplug/plugin.c @ 2519:2da1343a024d

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Tue, 08 Apr 2008 15:11:35 -0500
parents ed6c81bd9016
children 769e17da93dd
comparison
equal deleted inserted replaced
2518:eef3a506a2b8 2519:2da1343a024d
27 27
28 #include <math.h> 28 #include <math.h>
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 #include <audacious/util.h> 31 #include <audacious/util.h>
32 #include <audacious/configdb.h>
33 #include <stdarg.h> 32 #include <stdarg.h>
34 #include <fcntl.h> 33 #include <fcntl.h>
35 #include <audacious/vfs.h>
36 #include <sys/stat.h> 34 #include <sys/stat.h>
37 #include "tuple.h" 35 #include "tuple.h"
38 36
39 /* 37 /*
40 * Global variables 38 * Global variables