]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - security/tomoyo/realpath.c
Merge tag 'stable/for-linus-3.10-rc0-tag-two' of git://git.kernel.org/pub/scm/linux...
[karo-tx-linux.git] / security / tomoyo / realpath.c
index d9f3ced8756ec4dc87492b8edecf172375843f5d..80a09c37cac8eba4cc26b121da37d2e03929cb55 100644 (file)
@@ -4,15 +4,8 @@
  * Copyright (C) 2005-2011  NTT DATA CORPORATION
  */
 
-#include <linux/types.h>
-#include <linux/mount.h>
-#include <linux/mnt_namespace.h>
-#include <linux/fs_struct.h>
-#include <linux/magic.h>
-#include <linux/slab.h>
-#include <net/sock.h>
 #include "common.h"
-#include "../../fs/internal.h"
+#include <linux/magic.h>
 
 /**
  * tomoyo_encode2 - Encode binary string to ascii string.