diff options
Diffstat (limited to 'ld/ldcref.c')
-rw-r--r-- | ld/ldcref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldcref.c b/ld/ldcref.c index 3c0763b..3966bbc 100644 --- a/ld/ldcref.c +++ b/ld/ldcref.c @@ -23,8 +23,8 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. The table is used to generate cross reference reports. It is also used to implement the NOCROSSREFS command in the linker script. */ -#include "bfd.h" #include "sysdep.h" +#include "bfd.h" #include "bfdlink.h" #include "libiberty.h" #include "demangle.h" |