Move config.h to start of includes.
authorMichael Eager <eager@eagercon.com>
Wed, 6 Jun 2012 21:50:03 +0000 (21:50 +0000)
committerMichael Eager <eager@eagercon.com>
Wed, 6 Jun 2012 21:50:03 +0000 (21:50 +0000)
sim/microblaze/interp.c

index 4720a4d14eaa734e4112a0263a3bc6ad7127dbb9..8e838dbb59c5a06b679d49eaac46257fba82ccfc 100644 (file)
    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"
This page took 0.025034 seconds and 4 git commands to generate.