sim: lm32/m32r: drop redundant opcode/cgen.h include
authorMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 05:37:32 +0000 (00:37 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 05:58:40 +0000 (00:58 -0500)
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.

sim/lm32/sim-main.h
sim/m32r/sim-main.h

index 0e13aeb6758b58bde88e1bdc1361c0020a197b0e..ce30349e71af87509a01c2cb002aa71554589f93 100644 (file)
@@ -32,7 +32,6 @@
 #include "sim-base.h"
 #include "cgen-sim.h"
 #include "lm32-sim.h"
-#include "opcode/cgen.h"
 \f
 struct lm32_sim_cpu
 {
index a5a745d15bcfec3d66c626996ede3630c0363238..70962320dfc7f04ce5c1c47965dfdf85962b3f5d 100644 (file)
@@ -15,7 +15,6 @@
 #include "sim-base.h"
 #include "cgen-sim.h"
 #include "m32r-sim.h"
-#include "opcode/cgen.h"
 \f
 struct m32r_sim_cpu {
   M32R_MISC_PROFILE m32r_misc_profile;