Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Costalba <mcostalba@gmail.com>2007-11-04 17:35:26 +0300
committerJunio C Hamano <gitster@pobox.com>2007-11-06 07:50:38 +0300
commitd8e21ba8967f43b61fc2fd50dd749ff8f0c6592a (patch)
tree9e50bb8be20c3d801e513aae1aa6f392a8650bdb /compat/inet_ntop.c
parentb67a43bb8f4a8ffb64f26b7351c3b0b90239696a (diff)
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 4d7ab9d975..f44498258d 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>