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 --- libempathy-gtk/empathy-individual-menu.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libempathy-gtk/empathy-individual-menu.c') diff --git a/libempathy-gtk/empathy-individual-menu.c b/libempathy-gtk/empathy-individual-menu.c index 4cadf22a2..cf67101ef 100644 --- a/libempathy-gtk/empathy-individual-menu.c +++ b/libempathy-gtk/empathy-individual-menu.c @@ -24,11 +24,11 @@ #include -#include -#include -#include -#include -#include +#include "libempathy/empathy-camera-monitor.h" +#include "libempathy/empathy-request-util.h" +#include "libempathy/empathy-individual-manager.h" +#include "libempathy/empathy-chatroom-manager.h" +#include "libempathy/empathy-utils.h" #include "empathy-account-selector-dialog.h" #include "empathy-images.h" @@ -44,7 +44,7 @@ #include "empathy-individual-information-dialog.h" #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT -#include +#include "libempathy/empathy-debug.h" #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyIndividualMenu) -- cgit v1.2.3