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-event-manager.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/empathy-event-manager.c') diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index f652c2164..f95e76baf 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -23,23 +23,23 @@ #include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include +#include "libempathy/empathy-presence-manager.h" +#include "libempathy/empathy-connection-aggregator.h" +#include "libempathy/empathy-tp-chat.h" +#include "libempathy/empathy-utils.h" +#include "libempathy/empathy-gsettings.h" +#include "libempathy/empathy-sasl-mechanisms.h" + +#include "libempathy-gtk/empathy-images.h" +#include "libempathy-gtk/empathy-sound-manager.h" +#include "libempathy-gtk/empathy-ui-utils.h" +#include "libempathy-gtk/empathy-call-utils.h" +#include "libempathy-gtk/empathy-subscription-dialog.h" #include "empathy-event-manager.h" #define DEBUG_FLAG EMPATHY_DEBUG_DISPATCHER -#include +#include "libempathy/empathy-debug.h" #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyEventManager) -- cgit v1.2.3