summaryrefslogtreecommitdiff
path: root/sim/microblaze
diff options
context:
space:
mode:
authorMichael Eager <eager@eagercon.com>2012-06-06 21:50:03 +0000
committerMichael Eager <eager@eagercon.com>2012-06-06 21:50:03 +0000
commit8fe6640e153236e68f3531b8d8151be2f8c61193 (patch)
tree0cae4df6f2e5b4d61d6e9e46e0790e5e74d36a82 /sim/microblaze
parent6a00aa1e22cae9efa38a8df1036eaf85cf81e166 (diff)
downloadbinutils-gdb-8fe6640e153236e68f3531b8d8151be2f8c61193.tar.gz
Move config.h to start of includes.
Diffstat (limited to 'sim/microblaze')
-rw-r--r--sim/microblaze/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c
index 4720a4d14ea..8e838dbb59c 100644
--- a/sim/microblaze/interp.c
+++ b/sim/microblaze/interp.c
@@ -18,12 +18,12 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
+#include "config.h"
#include <signal.h>
#include "sysdep.h"
#include <sys/times.h>
#include <sys/param.h>
#include <netinet/in.h> /* for byte ordering macros */
-#include "config.h"
#include "bfd.h"
#include "gdb/callback.h"
#include "libiberty.h"