mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
misc: Correct relative include path
Headers should be included from the 'include/' directory, not from the root directory. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Message-Id: <20210516205034.694788-1-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
d84451d38e
commit
585190902a
4 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
#include "qemu/host-utils.h"
|
||||
#include "qemu/log.h"
|
||||
#include "hw/gpio/aspeed_gpio.h"
|
||||
#include "include/hw/misc/aspeed_scu.h"
|
||||
#include "hw/misc/aspeed_scu.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qapi/visitor.h"
|
||||
#include "hw/irq.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue