diff options
author | David Howells <dhowells@redhat.com> | 2019-09-25 17:23:01 +0300 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2019-10-23 19:02:34 +0300 |
commit | d055b4fb4d165b06d912e7f846610d120c3bb9fb (patch) | |
tree | 32c3e683bc64df0342cf78fbd0cc4c13bcf13433 /fs/exec.c | |
parent | da0c9ea146cbe92b832f1b0f694840ea8eb33cce (diff) | |
download | linux-d055b4fb4d165b06d912e7f846610d120c3bb9fb.tar.xz |
pipe: Reduce #inclusion of pipe_fs_i.h
Remove some #inclusions of linux/pipe_fs_i.h that don't seem to be
necessary any more.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/exec.c')
-rw-r--r-- | fs/exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/exec.c b/fs/exec.c index 555e93c7dec8..57bc7ef8d31b 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -59,7 +59,6 @@ #include <linux/kmod.h> #include <linux/fsnotify.h> #include <linux/fs_struct.h> -#include <linux/pipe_fs_i.h> #include <linux/oom.h> #include <linux/compat.h> #include <linux/vmalloc.h> |