]> git.0d.be Git - empathy.git/commitdiff
Fix includes
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 18 Mar 2008 16:57:48 +0000 (16:57 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 18 Mar 2008 16:57:48 +0000 (16:57 +0000)
svn path=/trunk/; revision=817

src/empathy-about-dialog.c
src/empathy-call-window.c

index 13a8aa3531f746c4b9e564ae6e06bcb57cb150d8..d8d9dfa95290410669fc4273a70b6e75a69e033a 100644 (file)
 #include <gtk/gtksizegroup.h>
 #include <glade/glade.h>
 
 #include <gtk/gtksizegroup.h>
 #include <glade/glade.h>
 
-#include "empathy-about-dialog.h"
 #include <libempathy-gtk/empathy-ui-utils.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,
 #define WEB_SITE "http://live.gnome.org/Empathy"
 
 static void about_dialog_activate_link_cb (GtkAboutDialog  *about,
index 70bcb3e5fe49591dbe5832c7828598cead502bc9..7552cfe453e62ba5b14411a459f0ccd7cc07c6ed 100644 (file)
 #include <libempathy/empathy-chandler.h>
 #include <libempathy/empathy-debug.h>
 #include <libempathy/empathy-utils.h>
 #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 <libempathy-gtk/empathy-ui-utils.h>
 
+#include "empathy-call-window.h"
+
 #define DEBUG_DOMAIN "CallWindow"
 
 typedef struct 
 #define DEBUG_DOMAIN "CallWindow"
 
 typedef struct