aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-09-27 23:32:53 +0200
committerSong Gao <gaosong@loongson.cn>2024-10-16 16:03:13 +0800
commit25d92888b201d34de6fd12ed8df85eb74ddcde90 (patch)
treee17fea1302ce37769fc84be75953b312c656d999
parent4521167f5783eca168d7480adbc634c3654d419d (diff)
downloadqemu-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.h1
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"