aboutsummaryrefslogtreecommitdiff
path: root/sim/lm32
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-22 23:21:59 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-23 00:51:14 -0500
commitd9e217e950b01fac7948d2d326e866a9f2d1dcb8 (patch)
tree8de535f8e2227124522be64037a719d765e734af /sim/lm32
parenta4c4d804d6604033a6e9bdb0d6a08c7332db84ef (diff)
downloadgdb-d9e217e950b01fac7948d2d326e866a9f2d1dcb8.zip
gdb-d9e217e950b01fac7948d2d326e866a9f2d1dcb8.tar.gz
gdb-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/lm32')
-rw-r--r--sim/lm32/sim-main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/lm32/sim-main.h b/sim/lm32/sim-main.h
index 6ae757f08..829b39d 100644
--- a/sim/lm32/sim-main.h
+++ b/sim/lm32/sim-main.h
@@ -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"