diff options
Diffstat (limited to 'libempathy-gtk/empathy-new-message-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-new-message-dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index 9aa641289..7308d1472 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -22,10 +22,10 @@ #include <glib/gi18n-lib.h> -#include "libempathy/empathy-request-util.h" +#include "empathy-request-util.h" #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" #include "empathy-contact-chooser.h" #include "empathy-ui-utils.h" |