Skip to content

Commit

Permalink
netfilter: remove unused #include <version.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Huang Weiyi authored and David S. Miller committed Oct 13, 2008
1 parent ab396eb commit 14717f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/netfilter/nf_tproxy_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*
*/

#include <linux/version.h>
#include <linux/module.h>

#include <linux/net.h>
Expand Down

0 comments on commit 14717f8

Please sign in to comment.