]> Git Repo - qemu.git/commitdiff
sd: fix up include
authorMichael S. Tsirkin <[email protected]>
Thu, 3 May 2018 19:50:46 +0000 (22:50 +0300)
committerMichael S. Tsirkin <[email protected]>
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
hw/sd/milkymist-memcard.c

index 5570c1e9a03c6266c936cfde71d55fc63722e814..fe1cccca761a4c9a994bb91749045bbd299305fa 100644 (file)
@@ -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"
This page took 0.024889 seconds and 4 git commands to generate.