aboutsummaryrefslogtreecommitdiffstats
path: root/in_cksum.c
diff options
context:
space:
mode:
Diffstat (limited to 'in_cksum.c')
-rw-r--r--in_cksum.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/in_cksum.c b/in_cksum.c
index 66ee16a843..492ba64fe5 100644
--- a/in_cksum.c
+++ b/in_cksum.c
@@ -2,7 +2,7 @@
* 4.4-Lite-2 Internet checksum routine, modified to take a vector of
* pointers/lengths giving the pieces to be checksummed.
*
- * $Id: in_cksum.c,v 1.7 2002/08/02 23:35:46 jmayer Exp $
+ * $Id: in_cksum.c,v 1.8 2002/08/03 20:01:13 guy Exp $
*/
/*
@@ -40,10 +40,6 @@
# include "config.h"
#endif
-#ifdef HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-
#include <glib.h>
#include "in_cksum.h"