mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
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:
committed by
Paolo Bonzini
parent
8cb2131cf4
commit
d14d8ea23b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user