diff options
Diffstat (limited to 'bfd/aout-arm.c')
-rw-r--r-- | bfd/aout-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aout-arm.c b/bfd/aout-arm.c index d459a80..4b0d42c 100644 --- a/bfd/aout-arm.c +++ b/bfd/aout-arm.c @@ -19,8 +19,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include "bfd.h" #include "sysdep.h" +#include "bfd.h" /* Avoid multiple definitions from aoutx if supporting standard a.out as well as our own. */ |