aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-03-27 09:28:04 +0100
committerLaurent Vivier <laurent@vivier.eu>2021-05-02 17:24:50 +0200
commitf6527eadebbcceba47c6ec5c7738499194904a56 (patch)
treeb3ad0d006d3264aea87622ee10e83e71c357ff5d /hw/ide
parente06054368cceb59f720e9d7c2ceca84329105758 (diff)
downloadqemu-f6527eadebbcceba47c6ec5c7738499194904a56.zip
qemu-f6527eadebbcceba47c6ec5c7738499194904a56.tar.gz
qemu-f6527eadebbcceba47c6ec5c7738499194904a56.tar.bz2
hw: Do not include hw/sysbus.h if it is not necessary
Many files include hw/sysbus.h without needing it. Remove the superfluous include statements. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210327082804.2259480-1-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/ide')
-rw-r--r--hw/ide/ahci_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/ahci_internal.h b/hw/ide/ahci_internal.h
index 7f32e87..109de9e 100644
--- a/hw/ide/ahci_internal.h
+++ b/hw/ide/ahci_internal.h
@@ -26,7 +26,6 @@
#include "hw/ide/ahci.h"
#include "hw/ide/internal.h"
-#include "hw/sysbus.h"
#include "hw/pci/pci.h"
#define AHCI_MEM_BAR_SIZE 0x1000