@samitouri / QOSamiQemu / commits / 8cb2131cf4

util: Remove unused dirent.h

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 <kkostiuk@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Link: https://lore.kernel.org/r/20260327134401.270186-13-kkostiuk@redhat.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>

Kostiantyn Kostiuk committed Mar 27, 2026 at 15:43 UTC 8cb2131cf4210e28a592a90a460c6205eb7322b6
1 file changed -1
util/path.c
-1
@@ -5,7 +5,6 @@
5 */
6 #include "qemu/osdep.h"
7 #include <sys/param.h>
8 -#include <dirent.h>
8 #include "qemu/cutils.h"
9 #include "qemu/path.h"
10 #include "qemu/thread.h"