aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-02 21:54:58 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-02 21:56:39 +0800
commit4b2e73040c8373a61e578382d79022a4fa57a3ef (patch)
treeddb9ea52a81ecf494226cf9ffcc4b62c9fd0087c
parent87f41f93a0c79b428e0eff6f9f843fce005b82ae (diff)
downloadgsoc2013-empathy-4b2e73040c8373a61e578382d79022a4fa57a3ef.tar
gsoc2013-empathy-4b2e73040c8373a61e578382d79022a4fa57a3ef.tar.gz
gsoc2013-empathy-4b2e73040c8373a61e578382d79022a4fa57a3ef.tar.bz2
gsoc2013-empathy-4b2e73040c8373a61e578382d79022a4fa57a3ef.tar.lz
gsoc2013-empathy-4b2e73040c8373a61e578382d79022a4fa57a3ef.tar.xz
gsoc2013-empathy-4b2e73040c8373a61e578382d79022a4fa57a3ef.tar.zst
gsoc2013-empathy-4b2e73040c8373a61e578382d79022a4fa57a3ef.zip
remove useless chat-view.h includes
https://bugzilla.gnome.org/show_bug.cgi?id=679255
-rw-r--r--libempathy-gtk/empathy-log-window.c1
-rw-r--r--libempathy-gtk/empathy-ui-utils.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index f38638880..dec7b3713 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 093890e6c..804df37eb 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 && \