summaryrefslogtreecommitdiff
path: root/gio/gdbusauthmechanismanon.c
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-05-06 16:34:23 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-05-06 16:34:23 -0400
commitfb1b4599a0effe728f42da8748b469a62f91ed8d (patch)
tree7d2ea7319b537f1300d5a00ae5efbd4a3341c4e1 /gio/gdbusauthmechanismanon.c
parent0fd6498cd89888023fb2161bfdde9339a4346986 (diff)
downloadglib-fb1b4599a0effe728f42da8748b469a62f91ed8d.tar.gz
GDBus: Fix up i18n
Diffstat (limited to 'gio/gdbusauthmechanismanon.c')
-rw-r--r--gio/gdbusauthmechanismanon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gdbusauthmechanismanon.c b/gio/gdbusauthmechanismanon.c
index 4c666ec1f..c5a0f3c7f 100644
--- a/gio/gdbusauthmechanismanon.c
+++ b/gio/gdbusauthmechanismanon.c
@@ -22,12 +22,12 @@
#include "config.h"
-#include <glib/gi18n.h>
-
#include "gdbusauthmechanismanon.h"
#include "gdbuserror.h"
#include "gioenumtypes.h"
+#include "glibintl.h"
+
struct _GDBusAuthMechanismAnonPrivate
{
gboolean is_client;