diff options
author | Michael S. Tsirkin | 2018-05-03 21:50:31 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2018-06-01 18:20:37 +0200 |
commit | 9314b859bb1065ef9ee1ad2a863aa30f2aa93178 (patch) | |
tree | 6b9a920c90f830a43b1cdc2649dd9c67cb7b05c1 /hw/ide/ahci-allwinner.c | |
parent | display: use local path for local headers (diff) | |
download | qemu-9314b859bb1065ef9ee1ad2a863aa30f2aa93178.tar.gz qemu-9314b859bb1065ef9ee1ad2a863aa30f2aa93178.tar.xz qemu-9314b859bb1065ef9ee1ad2a863aa30f2aa93178.zip |
ide: use local path for local headers
When pulling in headers that are in the same directory as the C file (as
opposed to one in include/), we should use its relative path, without a
directory.
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>
Diffstat (limited to 'hw/ide/ahci-allwinner.c')
-rw-r--r-- | hw/ide/ahci-allwinner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide/ahci-allwinner.c b/hw/ide/ahci-allwinner.c index 2fd95078ba..f98e6cb3d4 100644 --- a/hw/ide/ahci-allwinner.c +++ b/hw/ide/ahci-allwinner.c @@ -20,7 +20,7 @@ #include "qemu/error-report.h" #include "sysemu/dma.h" #include "hw/ide/internal.h" -#include "hw/ide/ahci_internal.h" +#include "ahci_internal.h" #include "trace.h" |