From 66e393b7b8632ca69b4e4c81801c521d79713b78 Mon Sep 17 00:00:00 2001 From: Emanuele Aina Date: Wed, 27 Mar 2013 14:35:32 +0100 Subject: Drop unused/redundant header inclusions With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718 --- src/empathy-call.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/empathy-call.c') diff --git a/src/empathy-call.c b/src/empathy-call.c index 495c76e56..9d5ab8a83 100644 --- a/src/empathy-call.c +++ b/src/empathy-call.c @@ -22,11 +22,8 @@ #include "config.h" -#include #include -#include -#include #include #include @@ -34,8 +31,6 @@ #include #endif -#include - #include #include "empathy-call-window.h" @@ -44,8 +39,6 @@ #define DEBUG_FLAG EMPATHY_DEBUG_VOIP #include -#include - /* Exit after $TIMEOUT seconds if not displaying any call window */ #define TIMEOUT 60 -- cgit v1.2.3