aboutsummaryrefslogtreecommitdiff
path: root/compat/inet_ntop.c
diff options
context:
space:
mode:
authorMarco Costalba <mcostalba@gmail.com>2007-11-04 15:35:26 +0100
committerJunio C Hamano <gitster@pobox.com>2007-11-05 20:50:38 -0800
commitd8e21ba8967f43b61fc2fd50dd749ff8f0c6592a (patch)
tree9e50bb8be20c3d801e513aae1aa6f392a8650bdb /compat/inet_ntop.c
parentb67a43bb8f4a8ffb64f26b7351c3b0b90239696a (diff)
downloadgit-d8e21ba8967f43b61fc2fd50dd749ff8f0c6592a.tar.gz
git-d8e21ba8967f43b61fc2fd50dd749ff8f0c6592a.tar.xz
Remove a couple of duplicated include
Signed-off-by: Marco Costalba <mcostalba@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/inet_ntop.c')
-rw-r--r--compat/inet_ntop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/inet_ntop.c b/compat/inet_ntop.c
index 4d7ab9d97..f44498258 100644
--- a/compat/inet_ntop.c
+++ b/compat/inet_ntop.c
@@ -18,7 +18,6 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>