[Pkg-telepathy-commits] [libnice] 163/265: agent: Remove unused #include

Simon McVittie smcv at debian.org
Wed May 14 12:05:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit 9d52fa0640edd31ed263f4832d974717af8352ad
Author: Philip Withnall <philip.withnall at collabora.co.uk>
Date:   Thu Mar 6 16:00:07 2014 +0000

    agent: Remove unused #include
    
    net/if_arp.h doesn’t exist on OS X, and hence causes cross-compilation
    to fail. It doesn’t appear to be needed for any of the functions
    currently used in interfaces.c anyway.
---
 agent/interfaces.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/agent/interfaces.c b/agent/interfaces.c
index d3bc85a..26f44e1 100644
--- a/agent/interfaces.c
+++ b/agent/interfaces.c
@@ -51,7 +51,6 @@
 #endif
 
 #include <net/if.h>
-#include <net/if_arp.h>
 #include <arpa/inet.h>
 
 #ifdef HAVE_GETIFADDRS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list