[PATCH] hw/core: remove duplicate include

Osama Abdelkader posted 1 patch 2 days, 12 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251126210832.34011-1-osama.abdelkader@gmail.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>
system/vl.c | 1 -
1 file changed, 1 deletion(-)
[PATCH] hw/core: remove duplicate include
Posted by Osama Abdelkader 2 days, 12 hours ago
qemu/target-info.h is included twice.
---
 system/vl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/system/vl.c b/system/vl.c
index 5091fe52d9..d2b53ea772 100644
--- a/system/vl.c
+++ b/system/vl.c
@@ -41,7 +41,6 @@
 #include "qemu/help_option.h"
 #include "qemu/hw-version.h"
 #include "qemu/uuid.h"
-#include "qemu/target-info.h"
 #include "system/reset.h"
 #include "system/runstate.h"
 #include "system/runstate-action.h"
-- 
2.43.0