include/hw/block: Include hw/block/block.h where needed

hw/block/swim.h needs BlockConf.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221221133551.3967339-4-armbru@redhat.com>
This commit is contained in:
Markus Armbruster 2022-12-21 14:35:51 +01:00
parent 1881f336a3
commit 82651e8792
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#ifndef SWIM_H
#define SWIM_H
#include "hw/block/block.h"
#include "hw/sysbus.h"
#include "qom/object.h"