From: Michael S. Tsirkin Date: Thu, 3 May 2018 19:50:46 +0000 (+0300) Subject: sd: fix up include X-Git-Tag: v3.0.0-rc0~116^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=222ee196abe316ad21be8629b8be8e60bc3e8c4b;p=thirdparty%2Fqemu.git sd: fix up include include files shouldn't have the "include/" part, that is implied. Signed-off-by: Michael S. Tsirkin Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- diff --git a/hw/sd/milkymist-memcard.c b/hw/sd/milkymist-memcard.c index 5570c1e9a03..fe1cccca761 100644 --- a/hw/sd/milkymist-memcard.c +++ b/hw/sd/milkymist-memcard.c @@ -27,7 +27,7 @@ #include "hw/sysbus.h" #include "sysemu/sysemu.h" #include "trace.h" -#include "include/qapi/error.h" +#include "qapi/error.h" #include "sysemu/block-backend.h" #include "sysemu/blockdev.h" #include "hw/sd/sd.h"