aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-19 00:57:48 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2008-03-19 00:57:48 +0800
commit557bbbb5750b761add4670e7a6ba8f6f2641691c (patch)
treeaf0513506da436918e2646a555963816ed5c832c /src
parent98092e86e4b833b2d07d9e78c305e5f11a1cd163 (diff)
downloadgsoc2013-empathy-557bbbb5750b761add4670e7a6ba8f6f2641691c.tar
gsoc2013-empathy-557bbbb5750b761add4670e7a6ba8f6f2641691c.tar.gz
gsoc2013-empathy-557bbbb5750b761add4670e7a6ba8f6f2641691c.tar.bz2
gsoc2013-empathy-557bbbb5750b761add4670e7a6ba8f6f2641691c.tar.lz
gsoc2013-empathy-557bbbb5750b761add4670e7a6ba8f6f2641691c.tar.xz
gsoc2013-empathy-557bbbb5750b761add4670e7a6ba8f6f2641691c.tar.zst
gsoc2013-empathy-557bbbb5750b761add4670e7a6ba8f6f2641691c.zip
Fix includes
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@817 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'src')
-rw-r--r--src/empathy-about-dialog.c3
-rw-r--r--src/empathy-call-window.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c
index 13a8aa353..d8d9dfa95 100644
--- a/src/empathy-about-dialog.c
+++ b/src/empathy-about-dialog.c
@@ -29,9 +29,10 @@
#include <gtk/gtksizegroup.h>
#include <glade/glade.h>
-#include "empathy-about-dialog.h"
#include <libempathy-gtk/empathy-ui-utils.h>
+#include "empathy-about-dialog.h"
+
#define WEB_SITE "http://live.gnome.org/Empathy"
static void about_dialog_activate_link_cb (GtkAboutDialog *about,
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 70bcb3e5f..7552cfe45 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -31,10 +31,10 @@
#include <libempathy/empathy-chandler.h>
#include <libempathy/empathy-debug.h>
#include <libempathy/empathy-utils.h>
-
-#include <libempathy-gtk/empathy-call-window.h>
#include <libempathy-gtk/empathy-ui-utils.h>
+#include "empathy-call-window.h"
+
#define DEBUG_DOMAIN "CallWindow"
typedef struct