diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 09:55:07 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 23:14:19 -0500 |
commit | 60a1031181a972a199fc64abddbdf9bcac20193a (patch) | |
tree | 8e8a6382b253ff67f63fcb3b2937f4d87006b289 /sim/m32c | |
parent | 3002e78a7d3dba2cf2776cebfd5f2a9e53071b3e (diff) | |
download | gdb-60a1031181a972a199fc64abddbdf9bcac20193a.zip gdb-60a1031181a972a199fc64abddbdf9bcac20193a.tar.gz gdb-60a1031181a972a199fc64abddbdf9bcac20193a.tar.bz2 |
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.
Diffstat (limited to 'sim/m32c')
-rw-r--r-- | sim/m32c/trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. */ #include "bfd.h" #include "dis-asm.h" -#include "m32c-desc.h" +#include "opcodes/m32c-desc.h" #include "cpu.h" #include "mem.h" |