From 659ba61f37256ce6a121732fcbc7594063eb9d62 Mon Sep 17 00:00:00 2001 From: nickc Date: Thu, 17 Feb 2000 17:59:13 +0000 Subject: [PATCH] Replace #include <...> with #include "system.h" git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32035 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/thumb.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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" -- 2.7.4