From 5c440c4e08f8102a9b73244697e69ad4855dbdef Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Thu, 28 Mar 2013 12:36:27 +0100 Subject: Avoid include path overspecifications If we're under the libempathy directory there's no need to prefix include file paths with it, and the same is true for libempathy-gtk. https://bugzilla.gnome.org/show_bug.cgi?id=696950 --- libempathy-gtk/empathy-new-call-dialog.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libempathy-gtk/empathy-new-call-dialog.c') diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c index 27ef7be4d..7a76750cd 100644 --- a/libempathy-gtk/empathy-new-call-dialog.c +++ b/libempathy-gtk/empathy-new-call-dialog.c @@ -28,9 +28,9 @@ #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT #include "libempathy/empathy-debug.h" -#include "libempathy-gtk/empathy-contact-chooser.h" -#include "libempathy-gtk/empathy-ui-utils.h" -#include "libempathy-gtk/empathy-images.h" +#include "empathy-contact-chooser.h" +#include "empathy-ui-utils.h" +#include "empathy-images.h" #include "empathy-new-call-dialog.h" #include "empathy-call-utils.h" -- cgit v1.2.3