X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fip_vs.h;h=7d2674fde19a87020a225ada56b64a97c118ff44;hb=21380b81ef8699179b535e197a95b891a7badac7;hp=3b5559a023a4603eff8723ca92eda35c9016eba9;hpb=a1e78db3f54d3481726ed2d3d58d8ad5b19b13d0;p=powerpc.git diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 3b5559a023..7d2674fde1 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -251,16 +251,15 @@ struct ip_vs_daemon_user { #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 +428,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;