diff options
Diffstat (limited to 'src/empathy.c')
-rw-r--r-- | src/empathy.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/empathy.c b/src/empathy.c index 38060912c..0d8992690 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -45,13 +45,12 @@ #include <libempathy/empathy-debug.h> #include <libempathy-gtk/empathy-conf.h> -#include <libempathy-gtk/empathy-preferences.h> -#include <libempathy-gtk/empathy-main-window.h> -#include <libempathy-gtk/empathy-status-icon.h> #include <libempathy-gtk/empathy-chat.h> #include <libempathy-gtk/empathy-private-chat.h> #include <libempathy-gtk/empathy-group-chat.h> +#include "empathy-main-window.h" +#include "empathy-status-icon.h" #include "empathy-chat-window.h" #include "bacon-message-connection.h" |