qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] include/hw/i386: Clean up includes in x86.h


From: Thomas Huth
Subject: [PATCH] include/hw/i386: Clean up includes in x86.h
Date: Fri, 10 Feb 2023 12:14:38 +0100

nmi.h and notify.h are not needed here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 include/hw/i386/x86.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/hw/i386/x86.h b/include/hw/i386/x86.h
index 62fa5774f8..b5dd3979a0 100644
--- a/include/hw/i386/x86.h
+++ b/include/hw/i386/x86.h
@@ -18,11 +18,9 @@
 #define HW_I386_X86_H
 
 #include "exec/hwaddr.h"
-#include "qemu/notify.h"
 
 #include "hw/i386/topology.h"
 #include "hw/boards.h"
-#include "hw/nmi.h"
 #include "hw/isa/isa.h"
 #include "hw/i386/ioapic.h"
 #include "qom/object.h"
-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]