]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
xt_CHECKSUM: remove unnecessary header inclusions
authorPatrick McHardy <kaber@trash.net>
Thu, 15 Jul 2010 09:36:35 +0000 (11:36 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Thu, 15 Jul 2010 10:21:16 +0000 (12:21 +0200)
extensions/xt_CHECKSUM.c

index cc9a396c5e81a24482164c755ef3274557e5e7e2..548860c3d961da942d9b469f4c4b81f1d0a2ab49 100644 (file)
@@ -9,10 +9,8 @@
  * published by the Free Software Foundation.
 */
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-#include <linux/in.h>
 #include <linux/module.h>
 #include <linux/skbuff.h>
-#include <linux/netdevice.h>
 
 #include <linux/netfilter/x_tables.h>
 #include "xt_CHECKSUM.h"