diff options
Diffstat (limited to 'src/empathy-chatrooms-window.c')
-rw-r--r-- | src/empathy-chatrooms-window.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-chatrooms-window.c b/src/empathy-chatrooms-window.c index a18cccb1f..83f6b99d7 100644 --- a/src/empathy-chatrooms-window.c +++ b/src/empathy-chatrooms-window.c @@ -27,11 +27,11 @@ #include <glib/gi18n.h> -#include <libempathy/empathy-chatroom-manager.h> -#include <libempathy/empathy-utils.h> +#include "libempathy/empathy-chatroom-manager.h" +#include "libempathy/empathy-utils.h" -#include <libempathy-gtk/empathy-account-chooser.h> -#include <libempathy-gtk/empathy-ui-utils.h> +#include "libempathy-gtk/empathy-account-chooser.h" +#include "libempathy-gtk/empathy-ui-utils.h" #include "empathy-chatrooms-window.h" |