Skip to content

Commit

Permalink
remove following includes.
Browse files Browse the repository at this point in the history
	#include "opt_inet6.h"
	#include "opt_ipsec.h"
	#include <netinet6/ipsec6.h>

reported by: Theo PAGTZIS <T.Pagtzis@cs.ucl.ac.uk>
  • Loading branch information
sumikawa committed Mar 30, 2000
1 parent 34f589b commit c233574
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions freebsd3/sys/netinet6/udp6_usrreq.c
@@ -1,4 +1,4 @@
/* $KAME: udp6_usrreq.c,v 1.23 2000/03/29 15:52:18 sumikawa Exp $ */
/* $KAME: udp6_usrreq.c,v 1.24 2000/03/30 16:47:22 sumikawa Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -65,8 +65,6 @@
*/

#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_ipsec.h"

#include <sys/param.h>
#include <sys/kernel.h>
Expand Down Expand Up @@ -103,7 +101,6 @@

#ifdef IPSEC
#include <netinet6/ipsec.h>
#include <netinet6/ipsec6.h>
#endif /*IPSEC*/

#include "faith.h"
Expand Down

0 comments on commit c233574

Please sign in to comment.