* config/tc-arm.c: Move as.h to start of file.

This commit is contained in:
Andrew Jenner 2009-05-13 16:44:56 +00:00
parent 3f7f5fe45a
commit 42a68e1874
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-05-13 Andrew Jenner <andrew@codesourcery.com>
* config/tc-arm.c: Move as.h to start of file.
2009-05-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* config/tc-arm.h: Fix typo in comment.

View File

@ -25,10 +25,10 @@
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
#include "as.h"
#include <limits.h>
#include <stdarg.h>
#define NO_RELOC 0
#include "as.h"
#include "safe-ctype.h"
#include "subsegs.h"
#include "obstack.h"