util: Remove unused sys/param.h

We dropped the use of PATH_MAX in commit f3a8bdc1d5 (which
basically completely rewrote the path handling).
Now we don't need any sys/param.h defines.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
Link: https://lore.kernel.org/r/20260327134401.270186-14-kkostiuk@redhat.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Kostiantyn Kostiuk
2026-03-27 15:43:59 +02:00
committed by Paolo Bonzini
parent 8cb2131cf4
commit d14d8ea23b

View File

@@ -4,7 +4,6 @@
The assumption is that this area does not change.
*/
#include "qemu/osdep.h"
#include <sys/param.h>
#include "qemu/cutils.h"
#include "qemu/path.h"
#include "qemu/thread.h"