diff options
author | Nick Clifton <nickc@cygnus.com> | 2000-02-17 17:59:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2000-02-17 17:59:13 +0000 |
commit | cb3d6d015bf523fa2a23f604f32b81db5dbe460b (patch) | |
tree | 21a9d17b7adf9d6dfe0cdd2277672cc205f3adea /gcc | |
parent | b7a80862349bb9df5143ad83308bc1c7e6df331d (diff) | |
download | gcc-cb3d6d015bf523fa2a23f604f32b81db5dbe460b.zip gcc-cb3d6d015bf523fa2a23f604f32b81db5dbe460b.tar.gz gcc-cb3d6d015bf523fa2a23f604f32b81db5dbe460b.tar.bz2 |
Replace #include <...> with #include "system.h"
From-SVN: r32035
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | 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 <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]: 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 <stdio.h> -#include <string.h> #include "config.h" +#include "system.h" #include "rtl.h" #include "hard-reg-set.h" #include "regs.h" |