Replace #include <...> with #include "system.h"

From-SVN: r32035
This commit is contained in:
Nick Clifton 2000-02-17 17:59:13 +00:00 committed by Nick Clifton
parent b7a8086234
commit cb3d6d015b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-02-17 Nick Clifton <nickc@cygnus.com>
* config/arm/thumb.c: Replace includes of system headers with
#include "system.h".
2000-02-16 Richard Henderson <rth@cygnus.com>
* configure.in (alpha-linux*, alpha-netbsd) [extra_parts]:

View File

@ -20,9 +20,8 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdio.h>
#include <string.h>
#include "config.h"
#include "system.h"
#include "rtl.h"
#include "hard-reg-set.h"
#include "regs.h"