Re: [Qemu-devel] [PATCH 09/34] misc: avoid "include/" in include path

2017-09-22 Thread Peter Maydell
On 22 September 2017 at 16:39, Philippe Mathieu-Daudé wrote: > while here, remove unused #include from aspeed_smc.h > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/input/adb.c | 2 +- > hw/ssi/aspeed_smc.c | 3 +-- > numa.c | 1 - > 3 files changed, 2 insertions(+), 4 dele

[Qemu-devel] [PATCH 09/34] misc: avoid "include/" in include path

2017-09-22 Thread Philippe Mathieu-Daudé
while here, remove unused #include from aspeed_smc.h Signed-off-by: Philippe Mathieu-Daudé --- hw/input/adb.c | 2 +- hw/ssi/aspeed_smc.c | 3 +-- numa.c | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hw/input/adb.c b/hw/input/adb.c index fcca3a8eb9..924a