changeset 4794:2848411c8f12

Only glib.h should be included, as per -DG_DISABLE_SINGLE_INCLUDES (GTK+ 3 compatibility project).
author Tony Vroon <chainsaw@gentoo.org>
date Sat, 04 Oct 2008 23:44:03 +0100
parents 7f318fa97ea3
children 885c21b8684e
files src/audacious/i18n.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <glib/gstrfuncs.h>
+#include <glib.h>
 #include <libintl.h>
 
 #define _(String) dgettext (PACKAGE, String)