Mercurial > audlegacy-plugins
comparison src/voice_removal/voice_removal.c @ 1954:6acf1bda788b
Removed some extraneous includes.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 02 Oct 2007 02:20:03 +0300 |
parents | 65717457fcab |
children | 1e67df1a1edc |
comparison
equal
deleted
inserted
replaced
1953:6faf2562e523 | 1954:6acf1bda788b |
---|---|
18 * You should have received a copy of the GNU General Public License | 18 * You should have received a copy of the GNU General Public License |
19 * along with this program; if not, write to the Free Software | 19 * along with this program; if not, write to the Free Software |
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA | 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA |
21 * | 21 * |
22 */ | 22 */ |
23 #include "config.h" | |
23 | 24 |
24 #include <gtk/gtk.h> | 25 #include <gtk/gtk.h> |
25 #include <audacious/plugin.h> | 26 #include <audacious/plugin.h> |
26 | 27 |
27 #include "../../config.h" | |
28 | 28 |
29 static int apply_effect (gpointer *d, gint length, AFormat afmt, | 29 static int apply_effect (gpointer *d, gint length, AFormat afmt, |
30 gint srate, gint nch); | 30 gint srate, gint nch); |
31 | 31 |
32 static EffectPlugin xmms_plugin = { | 32 static EffectPlugin xmms_plugin = { |