diff options
Diffstat (limited to 'sim/common/sim-load.c')
-rw-r--r-- | sim/common/sim-load.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sim/common/sim-load.c b/sim/common/sim-load.c index 3ea50e7..ec5df41 100644 --- a/sim/common/sim-load.c +++ b/sim/common/sim-load.c @@ -27,12 +27,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <time.h> -#include "sim-basics.h" #include "bfd.h" -#include "sim-utils.h" #include "sim/callback.h" #include "sim/sim.h" +#include "sim-utils.h" static void eprintf (host_callback *, const char *, ...); static void xprintf (host_callback *, const char *, ...); |