aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-03-17 00:09:04 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-03-17 00:09:04 +0800
commitd5c4a02d9d07a83c0d13b0de838626831b99e35c (patch)
tree3fbb1a103b71bd594598d78c73c4546fe6155f57 /src/empathy.c
parent68a5d7ddadca8c6a0e5398e0e44d23be79dcbaeb (diff)
downloadgsoc2013-empathy-d5c4a02d9d07a83c0d13b0de838626831b99e35c.tar
gsoc2013-empathy-d5c4a02d9d07a83c0d13b0de838626831b99e35c.tar.gz
gsoc2013-empathy-d5c4a02d9d07a83c0d13b0de838626831b99e35c.tar.bz2
gsoc2013-empathy-d5c4a02d9d07a83c0d13b0de838626831b99e35c.tar.lz
gsoc2013-empathy-d5c4a02d9d07a83c0d13b0de838626831b99e35c.tar.xz
gsoc2013-empathy-d5c4a02d9d07a83c0d13b0de838626831b99e35c.tar.zst
gsoc2013-empathy-d5c4a02d9d07a83c0d13b0de838626831b99e35c.zip
Fix includes of files that are now in src/. Fixes bug #522780.
svn path=/trunk/; revision=808
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 38060912c..0d8992690 100644
--- a/src/empathy.c
+++ b/src/empathy.c
@@ -45,13 +45,12 @@
#include <libempathy/empathy-debug.h>
#include <libempathy-gtk/empathy-conf.h>
-#include <libempathy-gtk/empathy-preferences.h>
-#include <libempathy-gtk/empathy-main-window.h>
-#include <libempathy-gtk/empathy-status-icon.h>
#include <libempathy-gtk/empathy-chat.h>
#include <libempathy-gtk/empathy-private-chat.h>
#include <libempathy-gtk/empathy-group-chat.h>
+#include "empathy-main-window.h"
+#include "empathy-status-icon.h"
#include "empathy-chat-window.h"
#include "bacon-message-connection.h"