diff options
Diffstat (limited to 'hw/core/qdev-fw.c')
-rw-r--r-- | hw/core/qdev-fw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/qdev-fw.c b/hw/core/qdev-fw.c index aa35e9d0ac..a31958355f 100644 --- a/hw/core/qdev-fw.c +++ b/hw/core/qdev-fw.c @@ -16,8 +16,8 @@ */ #include "qemu/osdep.h" -#include "hw/qdev.h" #include "hw/fw-path-provider.h" +#include "hw/qdev-core.h" const char *qdev_fw_name(DeviceState *dev) { |