util: Remove unused sys/param.h
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 <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>
Kostiantyn Kostiuk committed
Mar 27, 2026 at 15:43 UTC
d14d8ea23b3065754d0a9a6290eb1a9adfe084dc
1 file changed
-1
util/path.c
-1
@@ -4,7 +4,6 @@
4
The assumption is that this area does not change.
5
*/
6
#include "qemu/osdep.h"
7
-#include <sys/param.h>
7
#include "qemu/cutils.h"
8
#include "qemu/path.h"
9
#include "qemu/thread.h"