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.
This commit is contained in:
Mike Frysinger
2022-12-22 23:21:59 -05:00
parent a4c4d804d6
commit d9e217e950
8 changed files with 2 additions and 7 deletions

View File

@@ -27,7 +27,6 @@
#include "symcat.h"
#include "sim-basics.h"
#include "cgen-types.h"
#include "lm32-desc.h"
#include "lm32-opc.h"
#include "arch.h"