]> git.ipfire.org Git - thirdparty/qemu.git/commit
plugins/plugin.h: include queue.h
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Mar 2025 22:24:31 +0000 (22:24 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 10 Mar 2025 10:30:01 +0000 (10:30 +0000)
commit5dd09b8157a132468547ad8a392ec9f8d836c169
tree71d3a9f5f8c8eeea95f2393b10e060259700b1ea
parentf85a28dedfde2d530b3fb6cf3dc12e4b67e02909
plugins/plugin.h: include queue.h

Headers should bring in what they need so don't rely on getting
queue.h by side effects. This will help with clean-ups in the
following patches.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-25-alex.bennee@linaro.org>
plugins/plugin.h