From 60a1031181a972a199fc64abddbdf9bcac20193a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 1 Jan 2023 09:55:07 -0500 Subject: sim: replace -I$srcroot/opcodes include with -I$srcroot Clean up includes a bit by making ports include opcodes/ headers explicitly. This matches other projects, and makes it more clear where these headers are coming from. --- sim/m32c/trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/m32c') diff --git a/sim/m32c/trace.c b/sim/m32c/trace.c index e9ea424..be796b1 100644 --- a/sim/m32c/trace.c +++ b/sim/m32c/trace.c @@ -31,7 +31,7 @@ along with this program. If not, see . */ #include "bfd.h" #include "dis-asm.h" -#include "m32c-desc.h" +#include "opcodes/m32c-desc.h" #include "cpu.h" #include "mem.h" -- cgit v1.1