diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-03-28 12:15:33 +0100 |
---|---|---|
committer | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-01 11:50:29 +0200 |
commit | 2ea4af7e920798004db89ce4ab4f768b65dd2a20 (patch) | |
tree | 93ab180058994e89ccae3cadad00e1c258fb5bff /libempathy-gtk/empathy-individual-widget.c | |
parent | f9ba3c0721715bb8d6dbf4315188e4397134ee6b (diff) | |
download | empathy-2ea4af7e920798004db89ce4ab4f768b65dd2a20.tar.gz |
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
Diffstat (limited to 'libempathy-gtk/empathy-individual-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-individual-widget.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c index 12093b577..87be31f26 100644 --- a/libempathy-gtk/empathy-individual-widget.c +++ b/libempathy-gtk/empathy-individual-widget.c @@ -28,9 +28,9 @@ #include <champlain-gtk/champlain-gtk.h> #endif -#include <libempathy/empathy-utils.h> -#include <libempathy/empathy-location.h> -#include <libempathy/empathy-time.h> +#include "libempathy/empathy-utils.h" +#include "libempathy/empathy-location.h" +#include "libempathy/empathy-time.h" #include "empathy-avatar-image.h" #include "empathy-contactinfo-utils.h" @@ -39,7 +39,7 @@ #include "empathy-ui-utils.h" #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT -#include <libempathy/empathy-debug.h> +#include "libempathy/empathy-debug.h" /** * SECTION:empathy-individual-widget |