sim: include ansidecl.h when needed

Avoid implicit include deps with this to help untangle sim headers
so we can get rid of arch-specific sim-main.h.
This commit is contained in:
Mike Frysinger
2021-12-04 21:09:23 -05:00
parent 33bbd5e8dd
commit 843bf75416
16 changed files with 26 additions and 1 deletions

View File

@@ -111,7 +111,6 @@ typedef enum {
/* Basic definitions - ordered so that nothing calls what comes after it. */
#include "ansidecl.h"
#include "sim/sim.h"
#include "sim-config.h"