aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-23 00:37:32 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-23 00:58:40 -0500
commit110028744cd5fceac7345be82c9117f393d4a6dd (patch)
tree88aa0f660799436876f6566ae8cbc4e3887724ad /sim/m32r
parent10861ec94fee4d3f17fa2435dd132d64f85b91a3 (diff)
downloadfsf-binutils-gdb-110028744cd5fceac7345be82c9117f393d4a6dd.zip
fsf-binutils-gdb-110028744cd5fceac7345be82c9117f393d4a6dd.tar.gz
fsf-binutils-gdb-110028744cd5fceac7345be82c9117f393d4a6dd.tar.bz2
sim: lm32/m32r: drop redundant opcode/cgen.h include
The xxx-desc.h header file already includes this, and it's how the other cgen ports are getting it, so drop it from these two.
Diffstat (limited to 'sim/m32r')
-rw-r--r--sim/m32r/sim-main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/m32r/sim-main.h b/sim/m32r/sim-main.h
index a5a745d..7096232 100644
--- a/sim/m32r/sim-main.h
+++ b/sim/m32r/sim-main.h
@@ -15,7 +15,6 @@
#include "sim-base.h"
#include "cgen-sim.h"
#include "m32r-sim.h"
-#include "opcode/cgen.h"
struct m32r_sim_cpu {
M32R_MISC_PROFILE m32r_misc_profile;