Move config.h to start of includes.

This commit is contained in:
Michael Eager 2012-06-06 21:50:03 +00:00
parent 6a00aa1e22
commit 8fe6640e15
1 changed files with 1 additions and 1 deletions

View File

@ -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"