* interp.c: Include config.h first. Do not include sysdep.h.

This commit is contained in:
Hans-Peter Nilsson 2012-06-17 18:56:31 +00:00
parent c7232d92d2
commit e8c21678a4
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-06-17 Hans-Peter Nilsson <hp@axis.com>
* interp.c: Include config.h first. Do not include sysdep.h.
2012-06-15 Joel Brobecker <brobecker@adacore.com>
* config.in, configure: Regenerate.

View file

@ -1,10 +1,10 @@
#include "config.h"
#include <signal.h>
#include "sim-main.h"
#include "sim-options.h"
#include "sim-hw.h"
#include "sysdep.h"
#include "bfd.h"
#include "sim-assert.h"