summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter.h
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2008-02-22 15:00:57 +0000
committer/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net </C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net>2008-02-22 15:00:57 +0000
commit5abd3336751a0be4fd957af1c09573d117ee8e38 (patch)
tree0f551887d4cf5aa9f003514fd009db5acb26b94e /include/linux/netfilter.h
parente50bfc9cf3edced3a3f5567277f23dc381fc00eb (diff)
Remove compiler.h inclusions.
Diffstat (limited to 'include/linux/netfilter.h')
-rw-r--r--include/linux/netfilter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h
index 0d1ba11..3c5b889 100644
--- a/include/linux/netfilter.h
+++ b/include/linux/netfilter.h
@@ -1,8 +1,6 @@
#ifndef __LINUX_NETFILTER_H
#define __LINUX_NETFILTER_H
-#include <linux/compiler.h>
-
/* Responses from hook functions. */
#define NF_DROP 0
#define NF_ACCEPT 1