diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-12-22 23:21:59 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-12-23 00:51:14 -0500 |
commit | d9e217e950b01fac7948d2d326e866a9f2d1dcb8 (patch) | |
tree | 8de535f8e2227124522be64037a719d765e734af /sim/or1k | |
parent | a4c4d804d6604033a6e9bdb0d6a08c7332db84ef (diff) | |
download | binutils-d9e217e950b01fac7948d2d326e866a9f2d1dcb8.zip binutils-d9e217e950b01fac7948d2d326e866a9f2d1dcb8.tar.gz binutils-d9e217e950b01fac7948d2d326e866a9f2d1dcb8.tar.bz2 |
sim: cgen: move cgen-types.h include to cgen-defs.h
The cgen-types.h header sets up types that are needed by cgen-defs.h,
so move the include out of sim-main.h and to that header. It might
be needed in other specific modules, but for now let's kick it out of
sim-main.h to make some progress. Things still build with just this.
Diffstat (limited to 'sim/or1k')
-rw-r--r-- | sim/or1k/sim-main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/or1k/sim-main.h b/sim/or1k/sim-main.h index 1b6939d..24c8ddb 100644 --- a/sim/or1k/sim-main.h +++ b/sim/or1k/sim-main.h @@ -25,7 +25,6 @@ #include "or1k-desc.h" #include "or1k-opc.h" #include "sim-basics.h" -#include "cgen-types.h" #include "arch.h" #include "sim-base.h" #include "sim-fpu.h" |