From: Amos Jeffries Date: Thu, 16 Aug 2012 07:11:05 +0000 (-0600) Subject: Fix ip/Intercept header ordering and documentation X-Git-Tag: sourceformat-review-1~107^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5afac208b5ef21984c2d5ebbbb7d5ba72d81dca3;p=thirdparty%2Fsquid.git Fix ip/Intercept header ordering and documentation --- diff --git a/src/ip/Intercept.cc b/src/ip/Intercept.cc index 658c847b83..b00ff27596 100644 --- a/src/ip/Intercept.cc +++ b/src/ip/Intercept.cc @@ -89,13 +89,14 @@ #include #endif /* HAVE_NET_PFVAR_H */ #endif /* PF_TRANSPARENT required headers */ -/* must be before including netfilter_ipv4.h */ + +#if LINUX_NETFILTER #if HAVE_LIMITS_H +/* must be before including netfilter_ipv4.h */ #include #endif -#if LINUX_NETFILTER #include -#endif +#endif /* LINUX_NETFILTER required headers */ // single global instance for access by other components. Ip::Intercept Ip::Interceptor;