From 1263eddfea9988125a4b9608efecc8aff2c721f9 Mon Sep 17 00:00:00 2001 From: Jiapeng Chong Date: Thu, 19 Aug 2021 16:23:37 +0800 Subject: [Backport 1263eddfea99] src: Remove unused including Eliminate the follow versioncheck warning: ./src/inode.c: 16 linux/version.h not needed. Reported-by: Abaci Robot Fixes: 82cae269cfa9 ("src: Add initialization of super block") Signed-off-by: Jiapeng Chong Reviewed-by: Kari Argillander Signed-off-by: Konstantin Komarov --- src/inode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/inode.c b/src/inode.c index a573c6e98cb800ffd13871caac92b7eef2954c26..ed64489edf73ddec8fd582851d3ef2ec79625d27 100644 --- a/src/inode.c +++ b/src/inode.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include "debug.h" -- 2.31.1