summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2007-08-10 22:20:21 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2007-08-14 05:52:08 (GMT)
commitb5890d8ba47741425fe3c0d753e1b57bc0561b7b (patch)
tree7aea57ceab0d7de85850fbe01394d5fa5a739390 /net/xfrm/xfrm_policy.c
parent897c77cab0c386103e1c51fe8f3fc7eb5d1eb37f (diff)
downloadlinux-fsl-qoriq-b5890d8ba47741425fe3c0d753e1b57bc0561b7b.tar.xz
[XFRM]: Clean up duplicate includes in net/xfrm/
This patch cleans up duplicate includes in net/xfrm/ Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm/xfrm_policy.c')
-rw-r--r--net/xfrm/xfrm_policy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c
index e5a3be0..7012891 100644
--- a/net/xfrm/xfrm_policy.c
+++ b/net/xfrm/xfrm_policy.c
@@ -23,10 +23,9 @@
#include <linux/netfilter.h>
#include <linux/module.h>
#include <linux/cache.h>
+#include <linux/audit.h>
#include <net/xfrm.h>
#include <net/ip.h>
-#include <linux/audit.h>
-#include <linux/cache.h>
#include "xfrm_hash.h"