aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-new-call-dialog.c
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-03-28 19:36:27 +0800
committerEmanuele Aina <emanuele.aina@collabora.com>2013-04-01 17:50:29 +0800
commit5c440c4e08f8102a9b73244697e69ad4855dbdef (patch)
treee09f6fba1d2f7dbc19348ec5b9761ed067d83fc7 /libempathy-gtk/empathy-new-call-dialog.c
parent2ea4af7e920798004db89ce4ab4f768b65dd2a20 (diff)
downloadgsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar
gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.gz
gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.bz2
gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.lz
gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.xz
gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.tar.zst
gsoc2013-empathy-5c440c4e08f8102a9b73244697e69ad4855dbdef.zip
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
Diffstat (limited to 'libempathy-gtk/empathy-new-call-dialog.c')
-rw-r--r--libempathy-gtk/empathy-new-call-dialog.c6
1 files changed, 3 insertions, 3 deletions
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"