diff options
Diffstat (limited to 'src/empathy-call-factory.c')
-rw-r--r-- | src/empathy-call-factory.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index 42bd46f50..865aeace2 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.c @@ -20,14 +20,14 @@ #include "config.h" -#include "libempathy/empathy-client-factory.h" -#include "libempathy/empathy-request-util.h" +#include "empathy-client-factory.h" +#include "empathy-request-util.h" #include "empathy-call-factory.h" #include "empathy-call-handler.h" #define DEBUG_FLAG EMPATHY_DEBUG_VOIP -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" G_DEFINE_TYPE(EmpathyCallFactory, empathy_call_factory, TP_TYPE_BASE_CLIENT) |