comparison src/echo_plugin/gui.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
comparison
equal deleted inserted replaced
2498:194c2f8c2a92 2499:4d6045c20cc5
2 2
3 #include <gtk/gtk.h> 3 #include <gtk/gtk.h>
4 #include <audacious/plugin.h> 4 #include <audacious/plugin.h>
5 #include <audacious/i18n.h> 5 #include <audacious/i18n.h>
6 #include <audacious/util.h> 6 #include <audacious/util.h>
7 #include <audacious/configdb.h>
8 #include "echo.h" 7 #include "echo.h"
9 8
10 static const char *echo_about_text = 9 static const char *echo_about_text =
11 N_("Echo Plugin\n" 10 N_("Echo Plugin\n"
12 "By Johan Levin 1999.\n\n" 11 "By Johan Levin 1999.\n\n"