qemu-arm
[Top][All Lists]
Advanced

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

[Qemu-arm] [PATCH 06/11] hw/arm: removed unnecessary include


From: Philippe Mathieu-Daudé
Subject: [Qemu-arm] [PATCH 06/11] hw/arm: removed unnecessary include
Date: Mon, 8 May 2017 20:39:13 -0300

"exec/memory.h" already includes it.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
 include/hw/arm/arm.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/hw/arm/arm.h b/include/hw/arm/arm.h
index a3f79d3379..b9c11d3fb8 100644
--- a/include/hw/arm/arm.h
+++ b/include/hw/arm/arm.h
@@ -14,7 +14,6 @@
 #include "exec/memory.h"
 #include "target/arm/cpu-qom.h"
 #include "hw/irq.h"
-#include "qemu/notify.h"
 
 typedef enum {
     ARM_ENDIANNESS_UNKNOWN = 0,
-- 
2.11.0




reply via email to

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