diff options
-rw-r--r-- | src/empathy-about-dialog.c | 3 | ||||
-rw-r--r-- | src/empathy-call-window.c | 4 |
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 |