comparison src/echo_plugin/gui.c @ 2576:bd3a24b39058

Removed #includes that should not be included anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 May 2008 04:20:50 +0300
parents 769e17da93dd
children 3134a0987162
comparison
equal deleted inserted replaced
2575:1e67df1a1edc 2576:bd3a24b39058
1 #include "config.h" 1 #include "config.h"
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>
7 #include "echo.h" 6 #include "echo.h"
8 7
9 static const char *echo_about_text = 8 static const char *echo_about_text =
10 N_("Echo Plugin\n" 9 N_("Echo Plugin\n"
11 "By Johan Levin 1999.\n\n" 10 "By Johan Levin 1999.\n\n"