From 2ea4af7e920798004db89ce4ab4f768b65dd2a20 Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Thu, 28 Mar 2013 12:15:33 +0100 Subject: Use double quotes for all internal headers This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950 --- src/empathy-accounts-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-accounts-common.c') diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c index 537b43e3d..fcd331aec 100644 --- a/src/empathy-accounts-common.c +++ b/src/empathy-accounts-common.c @@ -26,13 +26,13 @@ #include "config.h" -#include +#include "libempathy-gtk/empathy-ui-utils.h" #include "empathy-accounts-common.h" #include "empathy-accounts-dialog.h" #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT -#include +#include "libempathy/empathy-debug.h" gboolean empathy_accounts_has_non_salut_accounts (TpAccountManager *manager) -- cgit v1.2.3