Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v retrieving revision 1.91 retrieving revision 1.92 diff -u -p -r1.91 -r1.92 --- src/sys/netinet/ip_input.c 1999/07/09 22:57:18 1.91 +++ src/sys/netinet/ip_input.c 1999/07/23 15:21:17 1.92 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.91 1999/07/09 22:57:18 thorpej Exp $ */ +/* $NetBSD: ip_input.c,v 1.92 1999/07/23 15:21:17 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -141,10 +141,6 @@ #ifdef IPSEC #include -#include -#ifdef IPSEC_ESP -#include -#endif #include #include #endif