aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/aix.em
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-08-04 04:14:10 +0000
committerAlan Modra <amodra@gmail.com>2001-08-04 04:14:10 +0000
commit20713691c2718a8e2e38d575d94534413d5f9c4e (patch)
treea18322d053a48f04529e6dd21587535d0cc41a45 /ld/emultempl/aix.em
parent3fd367102dac8b203d685abaae4007415e5e8431 (diff)
downloadfsf-binutils-gdb-20713691c2718a8e2e38d575d94534413d5f9c4e.zip
fsf-binutils-gdb-20713691c2718a8e2e38d575d94534413d5f9c4e.tar.gz
fsf-binutils-gdb-20713691c2718a8e2e38d575d94534413d5f9c4e.tar.bz2
* emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this
order.
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r--ld/emultempl/aix.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em
index 9b037a0..d38e2e0 100644
--- a/ld/emultempl/aix.em
+++ b/ld/emultempl/aix.em
@@ -44,11 +44,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "ld.h"
#include "ldmain.h"
-#include "ldemul.h"
-#include "ldfile.h"
#include "ldmisc.h"
#include "ldexp.h"
#include "ldlang.h"
+#include "ldfile.h"
+#include "ldemul.h"
#include "ldctor.h"
#include "ldgram.h"