diff options
author | Thomas Huth <thuth@redhat.com> | 2021-04-16 19:13:12 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2021-05-02 17:24:51 +0200 |
commit | ead62c75f618c072a3a18221fd03ae99ae923cca (patch) | |
tree | 207336c79c2000f784c354b36514db80a6dc607f /hw/remote | |
parent | 4c386f8064ca3241a61341b5c5d5a70bbab496ab (diff) |
Do not include hw/boards.h if it's not really necessary
Stop including hw/boards.h in files that don't need it.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210416171314.2074665-3-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/remote')
-rw-r--r-- | hw/remote/iohub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/remote/iohub.c b/hw/remote/iohub.c index e4ff131a6b..547d597f0f 100644 --- a/hw/remote/iohub.c +++ b/hw/remote/iohub.c @@ -15,7 +15,6 @@ #include "hw/pci/pci_ids.h" #include "hw/pci/pci_bus.h" #include "qemu/thread.h" -#include "hw/boards.h" #include "hw/remote/machine.h" #include "hw/remote/iohub.h" #include "qemu/main-loop.h" |