diff options
Diffstat (limited to 'src/empathy-call.c')
-rw-r--r-- | src/empathy-call.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-call.c b/src/empathy-call.c index 47e3f3a83..9fccb5650 100644 --- a/src/empathy-call.c +++ b/src/empathy-call.c @@ -31,13 +31,13 @@ #include <X11/Xlib.h> #endif -#include "libempathy-gtk/empathy-ui-utils.h" +#include "empathy-ui-utils.h" #include "empathy-call-window.h" #include "empathy-call-factory.h" #define DEBUG_FLAG EMPATHY_DEBUG_VOIP -#include "libempathy/empathy-debug.h" +#include "empathy-debug.h" /* Exit after $TIMEOUT seconds if not displaying any call window */ #define TIMEOUT 60 |