diff options
Diffstat (limited to 'src/empathy-call-handler.c')
-rw-r--r-- | src/empathy-call-handler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c index b1d4f2977..88b166f1f 100644 --- a/src/empathy-call-handler.c +++ b/src/empathy-call-handler.c @@ -22,14 +22,14 @@ #include <telepathy-farstream/telepathy-farstream.h> -#include <libempathy/empathy-utils.h> +#include "libempathy/empathy-utils.h" -#include <libempathy-gtk/empathy-call-utils.h> +#include "libempathy-gtk/empathy-call-utils.h" #include "empathy-call-handler.h" #define DEBUG_FLAG EMPATHY_DEBUG_VOIP -#include <libempathy/empathy-debug.h> +#include "libempathy/empathy-debug.h" G_DEFINE_TYPE(EmpathyCallHandler, empathy_call_handler, G_TYPE_OBJECT) |