summaryrefslogtreecommitdiff
path: root/bfd/sysdep.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-04-26 14:58:51 +0000
committerAlan Modra <amodra@gmail.com>2007-04-26 14:58:51 +0000
commiteddc20adcb5f144fbd7faacb04de2946430c0b75 (patch)
tree9d16bcf4193abe962228c3b94145424192f3cd70 /bfd/sysdep.h
parent3db64b009284dda3a1ce10a91beb1297475e60a7 (diff)
downloadbinutils-gdb-eddc20adcb5f144fbd7faacb04de2946430c0b75.tar.gz
bfd/
* sysdep.h: Include config.h first. Many files: Include sysdep.h before bfd.h. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. binutils/ * bucumm.h: Split off host dependencies to.. * sysdep.h: ..here. Many files: Include sysdep.h. Remove duplicate headers and reorder. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. ld/ Many files: Include sysdep.h first. Remove duplicate headers. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. opcodes/ * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. * ns32k-dis.c: Include sysdep.h first.
Diffstat (limited to 'bfd/sysdep.h')
-rw-r--r--bfd/sysdep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/sysdep.h b/bfd/sysdep.h
index f6313d3905c..e1b070b4a89 100644
--- a/bfd/sysdep.h
+++ b/bfd/sysdep.h
@@ -1,5 +1,5 @@
/* sysdep.h -- handle host dependencies for the BFD library
- Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2007
Free Software Foundation, Inc.
Written by Cygnus Support.
@@ -22,10 +22,10 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
#ifndef BFD_SYSDEP_H
#define BFD_SYSDEP_H
-#include "ansidecl.h"
-
#include "config.h"
+#include "ansidecl.h"
+
#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif