diff options
Diffstat (limited to 'libempathy-gtk/empathy-new-account-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-new-account-dialog.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-new-account-dialog.c b/libempathy-gtk/empathy-new-account-dialog.c index c36cfcfce..eb270d5d6 100644 --- a/libempathy-gtk/empathy-new-account-dialog.c +++ b/libempathy-gtk/empathy-new-account-dialog.c @@ -23,10 +23,10 @@ #include <glib/gi18n-lib.h> #define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT -#include <libempathy/empathy-debug.h> +#include "libempathy/empathy-debug.h" -#include <libempathy-gtk/empathy-account-widget.h> -#include <libempathy-gtk/empathy-protocol-chooser.h> +#include "libempathy-gtk/empathy-account-widget.h" +#include "libempathy-gtk/empathy-protocol-chooser.h" G_DEFINE_TYPE (EmpathyNewAccountDialog, empathy_new_account_dialog, \ GTK_TYPE_DIALOG) |