From: liuh Date: Mon, 22 Jun 2026 02:43:11 +0000 (+0800) Subject: mkfs: remove duplicate include of convert.h X-Git-Tag: v7.1.0~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=708b369bdf8f4f9b2824b9daa54a11df253b7b5b;p=xfsprogs-dev.git mkfs: remove duplicate include of convert.h 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 Reviewed-by: "Darrick J. Wong" --- diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c index cbc703cc..3da11c66 100644 --- a/mkfs/xfs_mkfs.c +++ b/mkfs/xfs_mkfs.c @@ -15,7 +15,6 @@ #include "libfrog/dahashselftest.h" #include "libfrog/fsproperties.h" #include "libfrog/zones.h" -#include "libfrog/convert.h" #include "proto.h" #include