sim: cgen: move cgen-types.h include to cgen-defs.h
authorMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 04:21:59 +0000 (23:21 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 05:51:14 +0000 (00:51 -0500)
commitd9e217e950b01fac7948d2d326e866a9f2d1dcb8
tree8de535f8e2227124522be64037a719d765e734af
parenta4c4d804d6604033a6e9bdb0d6a08c7332db84ef
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.
sim/bpf/sim-main.h
sim/common/cgen-defs.h
sim/cris/sim-main.h
sim/frv/sim-main.h
sim/iq2000/sim-main.h
sim/lm32/sim-main.h
sim/m32r/sim-main.h
sim/or1k/sim-main.h