From 3aca984088136430b8f54b16e5f1bed1e891c6d1 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 4 May 2011 16:35:32 +0200 Subject: Include gi18n-lib.h in library sources, not gi18n.h. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=649379 --- libempathy-gtk/empathy-contact-blocking-dialog.c | 3 ++- libempathy-gtk/empathy-contact-search-dialog.c | 3 ++- libempathy-gtk/empathy-contact-selector.c | 2 +- libempathy-gtk/empathy-location-manager.c | 2 +- libempathy-gtk/empathy-theme-adium.c | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.c b/libempathy-gtk/empathy-contact-blocking-dialog.c index a46820c5d..08757545f 100644 --- a/libempathy-gtk/empathy-contact-blocking-dialog.c +++ b/libempathy-gtk/empathy-contact-blocking-dialog.c @@ -21,8 +21,9 @@ * * Authors: Danielle Madeley */ +#include "config.h" -#include +#include #include diff --git a/libempathy-gtk/empathy-contact-search-dialog.c b/libempathy-gtk/empathy-contact-search-dialog.c index aeb0767d3..a265fa6b2 100644 --- a/libempathy-gtk/empathy-contact-search-dialog.c +++ b/libempathy-gtk/empathy-contact-search-dialog.c @@ -22,8 +22,9 @@ * Danielle Madeley * Emilio Pozuelo Monfort */ +#include "config.h" -#include +#include #include diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c index c70d2575a..a77ed43e2 100644 --- a/libempathy-gtk/empathy-contact-selector.c +++ b/libempathy-gtk/empathy-contact-selector.c @@ -22,7 +22,7 @@ #include "config.h" -#include +#include #include #include diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c index 8184bc043..03b97d03d 100644 --- a/libempathy-gtk/empathy-location-manager.c +++ b/libempathy-gtk/empathy-location-manager.c @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 60e18e870..0d3f9a718 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -22,7 +22,7 @@ #include "config.h" #include -#include +#include #include #include -- cgit v1.2.3