netfilter: remove unused #include <version.h>

The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  net/netfilter/nf_tproxy_core.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Huang Weiyi 2008-10-12 21:08:34 -07:00 committed by David S. Miller
parent ab396eb03f
commit 14717f811b
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
*
*/
#include <linux/version.h>
#include <linux/module.h>
#include <linux/net.h>