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 --- nautilus-sendto-plugin/empathy-nautilus-sendto.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'nautilus-sendto-plugin') diff --git a/nautilus-sendto-plugin/empathy-nautilus-sendto.c b/nautilus-sendto-plugin/empathy-nautilus-sendto.c index 8b1bafb78..fde281dd5 100644 --- a/nautilus-sendto-plugin/empathy-nautilus-sendto.c +++ b/nautilus-sendto-plugin/empathy-nautilus-sendto.c @@ -29,17 +29,17 @@ #include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include +#include "libempathy/empathy-contact.h" +#include "libempathy/empathy-debug.h" +#include "libempathy/empathy-ft-factory.h" +#include "libempathy/empathy-ft-handler.h" + +#include "libempathy-gtk/empathy-roster-model.h" +#include "libempathy-gtk/empathy-roster-model-manager.h" +#include "libempathy-gtk/empathy-contact-chooser.h" +#include "libempathy-gtk/empathy-ui-utils.h" +#include "libempathy-gtk/empathy-roster-view.h" +#include "libempathy-gtk/empathy-roster-contact.h" #include "nautilus-sendto-plugin.h" -- cgit v1.2.3