summaryrefslogtreecommitdiffstats
path: root/hw/ppc/ppc440_uc.c
diff options
context:
space:
mode:
authorMichael S. Tsirkin2018-05-03 21:50:35 +0200
committerMichael S. Tsirkin2018-06-01 18:20:37 +0200
commit72a56a1f797c67015bff20d4b77fbf4f6d5b9440 (patch)
tree8e1edadb5411feab9fdebcaab48c014c03f7258d /hw/ppc/ppc440_uc.c
parentrocker: drop an unused include (diff)
downloadqemu-72a56a1f797c67015bff20d4b77fbf4f6d5b9440.tar.gz
qemu-72a56a1f797c67015bff20d4b77fbf4f6d5b9440.tar.xz
qemu-72a56a1f797c67015bff20d4b77fbf4f6d5b9440.zip
ppc: 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> Acked-by: David Gibson <david@gibson.dropbear.id.au> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'hw/ppc/ppc440_uc.c')
-rw-r--r--hw/ppc/ppc440_uc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/ppc440_uc.c b/hw/ppc/ppc440_uc.c
index e312fdba70..123f4ac09d 100644
--- a/hw/ppc/ppc440_uc.c
+++ b/hw/ppc/ppc440_uc.c
@@ -20,7 +20,7 @@
#include "hw/ppc/ppc.h"
#include "hw/pci/pci.h"
#include "sysemu/block-backend.h"
-#include "hw/ppc/ppc440.h"
+#include "ppc440.h"
/*****************************************************************************/
/* L2 Cache as SRAM */