From 3eaecff5137752dbe01b82efba36aad1d190fe7b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 23 Dec 2022 00:32:29 -0500 Subject: sim: cgen: move symcat.h include to where it's used Move this out of the global sim-main.h and to the few files that actually use functions from it. Only the cgen ports were pulling this, so this makes cgen & non-cgen behave more the same. --- sim/cris/sim-main.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/cris') diff --git a/sim/cris/sim-main.h b/sim/cris/sim-main.h index e680c37..63486fc 100644 --- a/sim/cris/sim-main.h +++ b/sim/cris/sim-main.h @@ -29,7 +29,6 @@ along with this program. If not, see . */ one of -scache/-pbb. */ #define WITH_SCACHE_PBB 1 -#include "symcat.h" #include "sim-basics.h" #include "cris-desc.h" #include "cris-opc.h" -- cgit v1.1