[empathy] remove useless chat-view.h includes



commit 4b2e73040c8373a61e578382d79022a4fa57a3ef
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Jul 2 15:54:58 2012 +0200

    remove useless chat-view.h includes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679255

 libempathy-gtk/empathy-log-window.c |    1 -
 libempathy-gtk/empathy-ui-utils.h   |    2 --
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index f386388..dec7b37 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -51,7 +51,6 @@
 #include "empathy-log-window.h"
 #include "empathy-account-chooser.h"
 #include "empathy-call-utils.h"
-#include "empathy-chat-view.h"
 #include "empathy-contact-dialogs.h"
 #include "empathy-images.h"
 #include "empathy-theme-manager.h"
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index 093890e..804df37 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -40,8 +40,6 @@
 #include <libempathy/empathy-contact.h>
 #include <libempathy/empathy-ft-handler.h>
 
-#include "empathy-chat-view.h"
-
 G_BEGIN_DECLS
 
 #define EMPATHY_RECT_IS_ON_SCREEN(x,y,w,h) ((x) + (w) > 0 && \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]