diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-27 23:32:53 +0200 |
---|---|---|
committer | Song Gao <gaosong@loongson.cn> | 2024-10-16 16:03:13 +0800 |
commit | 25d92888b201d34de6fd12ed8df85eb74ddcde90 (patch) | |
tree | e17fea1302ce37769fc84be75953b312c656d999 | |
parent | 4521167f5783eca168d7480adbc634c3654d419d (diff) | |
download | qemu-25d92888b201d34de6fd12ed8df85eb74ddcde90.zip qemu-25d92888b201d34de6fd12ed8df85eb74ddcde90.tar.gz qemu-25d92888b201d34de6fd12ed8df85eb74ddcde90.tar.bz2 |
hw/loongarch/virt: Remove unnecessary 'cpu.h' inclusion
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20240927213254.17552-2-philmd@linaro.org>
Signed-off-by: Song Gao <gaosong@loongson.cn>
-rw-r--r-- | include/hw/loongarch/virt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/loongarch/virt.h b/include/hw/loongarch/virt.h index c373e48..9ba4779 100644 --- a/include/hw/loongarch/virt.h +++ b/include/hw/loongarch/virt.h @@ -8,7 +8,6 @@ #ifndef HW_LOONGARCH_H #define HW_LOONGARCH_H -#include "target/loongarch/cpu.h" #include "hw/boards.h" #include "qemu/queue.h" #include "hw/block/flash.h" |