diff src/echo_plugin/echo.c @ 2499:4d6045c20cc5

Include cleanups, part #4.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 15:18:05 +0300
parents b8da6a0b0da2
children 769e17da93dd
line wrap: on
line diff
--- a/src/echo_plugin/echo.c	Mon Mar 31 15:11:29 2008 +0300
+++ b/src/echo_plugin/echo.c	Mon Mar 31 15:18:05 2008 +0300
@@ -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);