From 8fe6640e153236e68f3531b8d8151be2f8c61193 Mon Sep 17 00:00:00 2001 From: Michael Eager Date: Wed, 6 Jun 2012 21:50:03 +0000 Subject: [PATCH] Move config.h to start of includes. --- sim/microblaze/interp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c index 4720a4d..8e838db 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 #include "sysdep.h" #include #include #include /* for byte ordering macros */ -#include "config.h" #include "bfd.h" #include "gdb/callback.h" #include "libiberty.h" -- 2.7.4