diff --git a/fs/crypto/fname.c b/fs/crypto/fname.c index eccea3d8f923..00d150ff3033 100644 --- a/fs/crypto/fname.c +++ b/fs/crypto/fname.c @@ -12,7 +12,6 @@ */ #include -#include #include #include "fscrypt_private.h" diff --git a/fs/crypto/hooks.c b/fs/crypto/hooks.c index 2dc22549d724..34c2d0326c88 100644 --- a/fs/crypto/hooks.c +++ b/fs/crypto/hooks.c @@ -4,7 +4,6 @@ * Encryption hooks for higher-level filesystem operations. */ -#include #include "fscrypt_private.h" /** diff --git a/fs/crypto/keyinfo.c b/fs/crypto/keyinfo.c index 45dd16f5f920..0c6c18398a4b 100644 --- a/fs/crypto/keyinfo.c +++ b/fs/crypto/keyinfo.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include