projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbff516
)
sd: fix up include
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 3 May 2018 19:50:46 +0000
(22:50 +0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 1 Jun 2018 16:20:37 +0000
(19:20 +0300)
include files shouldn't have the "include/" part, that is implied.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/sd/milkymist-memcard.c
patch
|
blob
|
history
diff --git
a/hw/sd/milkymist-memcard.c
b/hw/sd/milkymist-memcard.c
index 5570c1e9a03c6266c936cfde71d55fc63722e814..fe1cccca761a4c9a994bb91749045bbd299305fa 100644
(file)
--- 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"