This one is OK to drop, because the rewrite of path.c in commit f3a8bdc1d5b26 removed the uses of the dirent.h functions. Signed-off-by: Kostiantyn Kostiuk --- util/path.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/path.c b/util/path.c index 8e174eb436..72a255890e 100644 --- a/util/path.c +++ b/util/path.c @@ -5,7 +5,6 @@ */ #include "qemu/osdep.h" #include -#include #include "qemu/cutils.h" #include "qemu/path.h" #include "qemu/thread.h" -- 2.52.0