We dropped the use of PATH_MAX in commit f3a8bdc1d5b26 (which basically completely rewrote the path handling). Now we don't need any sys/param.h defines. Reviewed-by: Peter Maydell 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 72a255890e..e1565894d2 100644 --- a/util/path.c +++ b/util/path.c @@ -4,7 +4,6 @@ The assumption is that this area does not change. */ #include "qemu/osdep.h" -#include #include "qemu/cutils.h" #include "qemu/path.h" #include "qemu/thread.h" -- 2.52.0