]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
mkfs: remove duplicate include of convert.h
authorliuh <liuhuan01@kylinos.cn>
Mon, 22 Jun 2026 02:43:11 +0000 (10:43 +0800)
committerAndrey Albershteyn <aalbersh@kernel.org>
Fri, 26 Jun 2026 09:54:22 +0000 (11:54 +0200)
The header file "libfrog/convert.h" is included twice in xfs_mkfs.c.
Clean it up by removing the redundant second inclusion.

Signed-off-by: liuh <liuhuan01@kylinos.cn>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
mkfs/xfs_mkfs.c

index cbc703cc5c32a371909bad88156d6a7d77718d90..3da11c664255b120fccb4d8057d7b3df417df7d5 100644 (file)
@@ -15,7 +15,6 @@
 #include "libfrog/dahashselftest.h"
 #include "libfrog/fsproperties.h"
 #include "libfrog/zones.h"
-#include "libfrog/convert.h"
 #include "proto.h"
 #include <ini.h>