From cb3d6d015bf523fa2a23f604f32b81db5dbe460b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 17 Feb 2000 17:59:13 +0000 Subject: Replace #include <...> with #include "system.h" From-SVN: r32035 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/thumb.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 43e5842..99ea250 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-02-17 Nick Clifton + + * config/arm/thumb.c: Replace includes of system headers with + #include "system.h". + 2000-02-16 Richard Henderson * configure.in (alpha-linux*, alpha-netbsd) [extra_parts]: diff --git a/gcc/config/arm/thumb.c b/gcc/config/arm/thumb.c index aa24f96..30545e5 100644 --- a/gcc/config/arm/thumb.c +++ b/gcc/config/arm/thumb.c @@ -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 -#include #include "config.h" +#include "system.h" #include "rtl.h" #include "hard-reg-set.h" #include "regs.h" -- cgit v1.1