Mercurial > audlegacy-plugins
diff src/echo_plugin/echo.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 | 4d6045c20cc5 |
| children | 769e17da93dd |
line wrap: on
line diff
--- a/src/echo_plugin/echo.c Tue Apr 08 15:10:31 2008 -0500 +++ b/src/echo_plugin/echo.c Tue Apr 08 15:11:35 2008 -0500 @@ -1,14 +1,12 @@ +#include "config.h" #include <audacious/plugin.h> - #include <stdlib.h> #include <stdio.h> #include <string.h> #include <gtk/gtk.h> #include <audacious/i18n.h> -#include <audacious/configdb.h> #include "echo.h" -#include "../../config.h" static void init(void); static void cleanup(void);
