aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-17 00:09:04 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-17 00:09:04 +0800
commit23c8fef47dc7648d00046d537b1b3f0a5f7e0e97 (patch)
tree3fbb1a103b71bd594598d78c73c4546fe6155f57 /src
parentdb12f2cf7e1b43a0ed9964b69434e046a253a8b7 (diff)
downloadgsoc2013-empathy-23c8fef47dc7648d00046d537b1b3f0a5f7e0e97.tar
gsoc2013-empathy-23c8fef47dc7648d00046d537b1b3f0a5f7e0e97.tar.gz
gsoc2013-empathy-23c8fef47dc7648d00046d537b1b3f0a5f7e0e97.tar.bz2
gsoc2013-empathy-23c8fef47dc7648d00046d537b1b3f0a5f7e0e97.tar.lz
gsoc2013-empathy-23c8fef47dc7648d00046d537b1b3f0a5f7e0e97.tar.xz
gsoc2013-empathy-23c8fef47dc7648d00046d537b1b3f0a5f7e0e97.tar.zst
gsoc2013-empathy-23c8fef47dc7648d00046d537b1b3f0a5f7e0e97.zip
Fix includes of files that are now in src/. Fixes bug #522780.
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@808 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r--src/empathy-call-chandler.c2
-rw-r--r--src/empathy.c5
2 files changed, 3 insertions, 4 deletions
diff --git a/src/empathy-call-chandler.c b/src/empathy-call-chandler.c
index e1568c18c..07b992ea1 100644
--- a/src/empathy-call-chandler.c
+++ b/src/empathy-call-chandler.c
@@ -27,7 +27,7 @@
#include <libempathy/empathy-debug.h>
#include <libempathy/empathy-utils.h>
-#include <libempathy-gtk/empathy-call-window.h>
+#include "empathy-call-window.h"
#define DEBUG_DOMAIN "CallChandler"
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"