summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/xattr.c
diff options
context:
space:
mode:
authorKari Argillander <kari.argillander@gmail.com>2021-09-02 19:15:28 +0300
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>2021-09-13 19:41:46 +0300
commit9c2aadd0fdf88a7ebeebd1e97a9c66b07ad3e14a (patch)
tree79b630b8a16cb72f1a3091e8e93b947610452762 /fs/ntfs3/xattr.c
parent977d0558e310113767feed91fdcc618691dd2835 (diff)
downloadlinux-stable-9c2aadd0fdf88a7ebeebd1e97a9c66b07ad3e14a.tar.gz
linux-stable-9c2aadd0fdf88a7ebeebd1e97a9c66b07ad3e14a.tar.bz2
linux-stable-9c2aadd0fdf88a7ebeebd1e97a9c66b07ad3e14a.zip
fs/ntfs3: Remove unneeded header files from c files
We have lot of unnecessary headers in these files. Remove them so that we help compiler a little bit. Signed-off-by: Kari Argillander <kari.argillander@gmail.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'fs/ntfs3/xattr.c')
-rw-r--r--fs/ntfs3/xattr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ntfs3/xattr.c b/fs/ntfs3/xattr.c
index 6f88cb77a17f..a8c5a899f0dd 100644
--- a/fs/ntfs3/xattr.c
+++ b/fs/ntfs3/xattr.c
@@ -5,10 +5,7 @@
*
*/
-#include <linux/blkdev.h>
-#include <linux/buffer_head.h>
#include <linux/fs.h>
-#include <linux/nls.h>
#include <linux/posix_acl.h>
#include <linux/posix_acl_xattr.h>
#include <linux/xattr.h>