]> git.0d.be Git - empathy.git/commitdiff
Fix includes of files that are now in src/. Fixes bug #522780.
authorXavier Claessens <xclaesse@src.gnome.org>
Sun, 16 Mar 2008 16:09:04 +0000 (16:09 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sun, 16 Mar 2008 16:09:04 +0000 (16:09 +0000)
svn path=/trunk/; revision=808

src/empathy-call-chandler.c
src/empathy.c

index e1568c18cf2cb21b2d3c71b37c1b594b7fd1bbd5..07b992ea1442c48b89b35399fc3c2b22575c6bec 100644 (file)
@@ -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"
 
index 38060912ce41b027f363cdbe9b6a9c51429ec3ee..0d8992690b5c1bb827041edd2b97a4bd73341487 100644 (file)
 #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"