X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fip_vs.h;h=3b57b159b653dfe8dee821fef097ca234f73a2d6;hb=d2ae5b5f6afd3c4caaf82444102a4372135cb994;hp=3b5559a023a4603eff8723ca92eda35c9016eba9;hpb=cff6bf970965c98c62007fc8a36527fd147fe233;p=powerpc.git diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 3b5559a023..3b57b159b6 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -248,19 +248,17 @@ struct ip_vs_daemon_user { #ifdef __KERNEL__ -#include #include /* for struct list_head */ #include /* for struct rwlock_t */ -#include /* for struct sk_buff */ -#include /* for struct iphdr */ #include /* for struct atomic_t */ -#include /* for struct neighbour */ -#include /* for struct dst_entry */ -#include #include +#include +#include #ifdef CONFIG_IP_VS_DEBUG +#include + extern int ip_vs_get_debug_level(void); #define IP_VS_DBG(level, msg...) \ do { \ @@ -429,8 +427,11 @@ struct ip_vs_stats spinlock_t lock; /* spin lock */ }; +struct dst_entry; +struct iphdr; struct ip_vs_conn; struct ip_vs_app; +struct sk_buff; struct ip_vs_protocol { struct ip_vs_protocol *next;