Mercurial > audlegacy-plugins
diff src/adplug/adplug-xmms.cc @ 527:d124034ebea3 trunk
[svn] - glib/gi18n.h -> audacious/i18n.h for automatic dgettext support
| author | nenolod |
|---|---|
| date | Mon, 22 Jan 2007 18:41:17 -0800 |
| parents | 3da1b8942b8b |
| children | 4d8b92b55acf |
line wrap: on
line diff
--- a/src/adplug/adplug-xmms.cc Mon Jan 22 14:56:02 2007 -0800 +++ b/src/adplug/adplug-xmms.cc Mon Jan 22 18:41:17 2007 -0800 @@ -23,7 +23,6 @@ #include <stdio.h> #include <sys/types.h> #include <gtk/gtk.h> -#include <glib/gi18n.h> #include "adplug.h" #include "emuopl.h" #include "silentopl.h" @@ -31,6 +30,7 @@ #include "audacious/plugin.h" #include "audacious/util.h" #include "audacious/configdb.h" +#include <audacious/i18n.h> extern "C" { #include "audacious/output.h" }
