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.
This commit is contained in:
Mike Frysinger
2022-12-23 00:37:32 -05:00
parent 10861ec94f
commit 110028744c
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@
#include "sim-base.h"
#include "cgen-sim.h"
#include "lm32-sim.h"
#include "opcode/cgen.h"
struct lm32_sim_cpu
{

View File

@@ -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;