diff src/voice_removal/voice_removal.c @ 1971:4ead92d8e6c3

branch merge
author Ralf Ertzinger <ralf@skytale.net>
date Wed, 03 Oct 2007 15:37:04 +0200
parents 6acf1bda788b
children 1e67df1a1edc
line wrap: on
line diff
--- a/src/voice_removal/voice_removal.c	Wed Oct 03 15:35:56 2007 +0200
+++ b/src/voice_removal/voice_removal.c	Wed Oct 03 15:37:04 2007 +0200
@@ -20,11 +20,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  *
  */
+#include "config.h"
 
 #include <gtk/gtk.h>
 #include <audacious/plugin.h>
 
-#include "../../config.h"
 
 static int apply_effect (gpointer *d, gint length, AFormat afmt,
 			gint srate, gint nch);