diff options
Diffstat (limited to 'src/empathy-call-observer.c')
-rw-r--r-- | src/empathy-call-observer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-call-observer.c b/src/empathy-call-observer.c index bf42b055a..c0aa04170 100644 --- a/src/empathy-call-observer.c +++ b/src/empathy-call-observer.c @@ -22,13 +22,13 @@ #include <glib/gi18n-lib.h> -#include <libempathy-gtk/empathy-images.h> -#include <libempathy-gtk/empathy-notify-manager.h> +#include "libempathy-gtk/empathy-images.h" +#include "libempathy-gtk/empathy-notify-manager.h" #include "empathy-call-observer.h" #define DEBUG_FLAG EMPATHY_DEBUG_VOIP -#include <libempathy/empathy-debug.h> +#include "libempathy/empathy-debug.h" struct _EmpathyCallObserverPriv { EmpathyNotifyManager *notify_mgr; |