diff options
Diffstat (limited to 'libempathy-gtk/empathy-contact-search-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-search-dialog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-search-dialog.c b/libempathy-gtk/empathy-contact-search-dialog.c index b563622c3..fd594e8c3 100644 --- a/libempathy-gtk/empathy-contact-search-dialog.c +++ b/libempathy-gtk/empathy-contact-search-dialog.c @@ -26,8 +26,8 @@ #include <glib/gi18n-lib.h> -#include "libempathy/empathy-utils.h" -#include "libempathy/empathy-client-factory.h" +#include "empathy-utils.h" +#include "empathy-client-factory.h" #include "empathy-account-chooser.h" #include "empathy-cell-renderer-text.h" @@ -36,7 +36,7 @@ #include "empathy-images.h" #define DEBUG_FLAG EMPATHY_DEBUG_OTHER -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" #include "empathy-contact-search-dialog.h" |