From: Kari Argillander Date: Thu, 2 Sep 2021 16:15:27 +0000 (+0300) Subject: fs/ntfs3: Change right headers to lznt.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=977d0558e310113767feed91fdcc618691dd2835;p=linux.git fs/ntfs3: Change right headers to lznt.c There is lot of headers which we do not need in this file. Delete them and add what we really need. Here is list which identify why we need this header. // min() // kzalloc() // offsetof() // memcpy(), memset() // u8, size_t, etc. "debug.h" // PtrOffset() Signed-off-by: Kari Argillander Signed-off-by: Konstantin Komarov --- diff --git a/fs/ntfs3/lznt.c b/fs/ntfs3/lznt.c index f1f691a67cc49..12ba42518efea 100644 --- a/fs/ntfs3/lznt.c +++ b/fs/ntfs3/lznt.c @@ -5,13 +5,13 @@ * */ -#include -#include -#include -#include +#include +#include +#include +#include +#include #include "debug.h" -#include "ntfs.h" #include "ntfs_fs.h" // clang-format off