aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-03-19 00:57:48 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-03-19 00:57:48 +0800
commit737ac3b6cd405faf6abaea3c305c7e64f3d7dd49 (patch)
treeaf0513506da436918e2646a555963816ed5c832c
parent38584b7ad5ef88ce37e78e29835bc419a7083eb2 (diff)
downloadgsoc2013-empathy-737ac3b6cd405faf6abaea3c305c7e64f3d7dd49.tar
gsoc2013-empathy-737ac3b6cd405faf6abaea3c305c7e64f3d7dd49.tar.gz
gsoc2013-empathy-737ac3b6cd405faf6abaea3c305c7e64f3d7dd49.tar.bz2
gsoc2013-empathy-737ac3b6cd405faf6abaea3c305c7e64f3d7dd49.tar.lz
gsoc2013-empathy-737ac3b6cd405faf6abaea3c305c7e64f3d7dd49.tar.xz
gsoc2013-empathy-737ac3b6cd405faf6abaea3c305c7e64f3d7dd49.tar.zst
gsoc2013-empathy-737ac3b6cd405faf6abaea3c305c7e64f3d7dd49.zip
Fix includes
svn path=/trunk/; revision=817
-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