diff options
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r-- | ld/ldmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c index 660ea94..538268e 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -36,9 +36,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "ldgram.h" #include "ldexp.h" #include "ldlang.h" -#include "ldemul.h" #include "ldlex.h" #include "ldfile.h" +#include "ldemul.h" #include "ldctor.h" /* Somewhere above, sys/stat.h got included . . . . */ |