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-contact-search-dialog.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libempathy-gtk/empathy-contact-search-dialog.c') diff --git a/libempathy-gtk/empathy-contact-search-dialog.c b/libempathy-gtk/empathy-contact-search-dialog.c index 70bafb989..b563622c3 100644 --- a/libempathy-gtk/empathy-contact-search-dialog.c +++ b/libempathy-gtk/empathy-contact-search-dialog.c @@ -29,11 +29,11 @@ #include "libempathy/empathy-utils.h" #include "libempathy/empathy-client-factory.h" -#include "libempathy-gtk/empathy-account-chooser.h" -#include "libempathy-gtk/empathy-cell-renderer-text.h" -#include "libempathy-gtk/empathy-cell-renderer-activatable.h" -#include "libempathy-gtk/empathy-individual-information-dialog.h" -#include "libempathy-gtk/empathy-images.h" +#include "empathy-account-chooser.h" +#include "empathy-cell-renderer-text.h" +#include "empathy-cell-renderer-activatable.h" +#include "empathy-individual-information-dialog.h" +#include "empathy-images.h" #define DEBUG_FLAG EMPATHY_DEBUG_OTHER #include "libempathy/empathy-debug.h" -- cgit v1.2.3