--- gvpe/src/connection.C 2003/10/14 03:22:09 1.19 +++ gvpe/src/connection.C 2003/10/14 15:48:15 1.20 @@ -37,22 +37,7 @@ #include "vpn.h" #include "connection.h" -#include -#ifdef HAVE_NETINET_IN_H -# include -#endif -#include -#include -#ifdef HAVE_NETINET_IN_SYSTM_H -# include -#endif -#ifdef HAVE_NETINET_IP_H -# include -#endif - -#ifndef IPTOS_TOS_MASK -# define IPTOS_TOS_MASK (IPTOS_LOWDELAY | IPTOS_THROUGHPUT | IPTOS_RELIABILITY | IPTOS_MINCOST) -#endif +#include "netcompat.h" #if !HAVE_RAND_PSEUDO_BYTES # define RAND_pseudo_bytes RAND_bytes