# HG changeset patch # User Tony Vroon # Date 1223160243 -3600 # Node ID 2848411c8f12c7178dca3abb5d3ef8bbdc5ddb96 # Parent 7f318fa97ea3ecfa2dd309b310476af0bf14952c Only glib.h should be included, as per -DG_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project). diff -r 7f318fa97ea3 -r 2848411c8f12 src/audacious/i18n.h --- a/src/audacious/i18n.h Sat Oct 04 23:41:34 2008 +0100 +++ b/src/audacious/i18n.h Sat Oct 04 23:44:03 2008 +0100 @@ -20,7 +20,7 @@ #ifndef AUDACIOUS_I18N_H #define AUDACIOUS_I18N_H -#include +#include #include #define _(String) dgettext (PACKAGE, String)