netfilter: remove unused #include <version.h>
authorHuang Weiyi <weiyi.huang@gmail.com>
Mon, 13 Oct 2008 04:08:34 +0000 (21:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Oct 2008 04:08:34 +0000 (21:08 -0700)
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>
net/netfilter/nf_tproxy_core.c

index fe34f4b..cdc97f3 100644 (file)
@@ -10,7 +10,6 @@
  *
  */
 
-#include <linux/version.h>
 #include <linux/module.h>
 
 #include <linux/net.h>