diff --git a/fs/proc/array.c b/fs/proc/array.c index eb815759842ce45e3ba200e5ad333fa325db1403..65fa603422e04de1b7d1b3d0aacc4ed916031c61 100644 --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -69,7 +69,6 @@ #include #include #include -#include #include #include #include diff --git a/fs/proc/inode.c b/fs/proc/inode.c index 73aeb4e6d32e51fdb1b0df2d73f2f226f2b5d772..fd40d60169b5a20903122eca9bf71ee42313e77c 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c @@ -26,8 +26,6 @@ #include #include -#include - #include "internal.h" static void proc_evict_inode(struct inode *inode) diff --git a/fs/proc/kmsg.c b/fs/proc/kmsg.c index b38ad552887fb5e692787ace19861855b1e4ed0c..592e6dc7c1102b54ea136b21e9b42b711ba09702 100644 --- a/fs/proc/kmsg.c +++ b/fs/proc/kmsg.c @@ -15,7 +15,6 @@ #include #include -#include #include extern wait_queue_head_t log_wait; diff --git a/fs/proc/nommu.c b/fs/proc/nommu.c index 13452b32e2bd57e04f47792b1e26fbc5989c5d4e..4d3493579458f04e6ede75b24cd605ca2905fabe 100644 --- a/fs/proc/nommu.c +++ b/fs/proc/nommu.c @@ -21,7 +21,6 @@ #include #include #include -#include #include #include #include "internal.h" diff --git a/fs/proc/proc_net.c b/fs/proc/proc_net.c index 913e5acefbb66bcf25aa35841a87cc57d989dfc0..bbce6fbe779c8cd5894cb1fedbdb3de054b00709 100644 --- a/fs/proc/proc_net.c +++ b/fs/proc/proc_net.c @@ -8,9 +8,6 @@ * * proc net directory handling functions */ - -#include - #include #include #include diff --git a/fs/proc/proc_tty.c b/fs/proc/proc_tty.c index c69ff191e5d8f56019f9f6af723c47e20b805e28..5c6a5ceab2f1b7965c60ccf849dc4d55685a1931 100644 --- a/fs/proc/proc_tty.c +++ b/fs/proc/proc_tty.c @@ -4,8 +4,6 @@ * * Copyright 1997, Theodore Ts'o */ - -#include #include #include #include diff --git a/fs/proc/root.c b/fs/proc/root.c index c7e3b1350ef84fe709692affb2ce6a8c76c5c25d..5a7d15d197f8e0a06552847da5465f80c56c3d3b 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -6,9 +6,6 @@ * * proc root directory handling functions */ - -#include - #include #include #include diff --git a/fs/proc/vmcore.c b/fs/proc/vmcore.c index 4eaeb645e759667a539678bf4dccae0a057438c4..f2aa86c421f2d4daef6cae428912701306d07958 100644 --- a/fs/proc/vmcore.c +++ b/fs/proc/vmcore.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include