From 49add53f4eea9f1af076b840170f9f539a655e24 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 12 Nov 2003 21:30:24 +0000 Subject: [PATCH] adadecode.c: Use <> form of include for ctype.h. * adadecode.c: Use <> form of include for ctype.h. * sysdep.c [IN_RTS]: Use <> form of include for time.h. From-SVN: r73512 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/adadecode.c | 2 +- gcc/ada/sysdep.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 938ae5ed8e8..66250ba0606 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2003-11-12 Rainer Orth + + * adadecode.c: Use <> form of include for ctype.h. + * sysdep.c [IN_RTS]: Use <> form of include for time.h. + 2003-11-12 Rainer Orth * 5gsystem.ads (Functions_Return_By_DSP): Set to False. diff --git a/gcc/ada/adadecode.c b/gcc/ada/adadecode.c index 8f685126d14..ef77c5f9ddf 100644 --- a/gcc/ada/adadecode.c +++ b/gcc/ada/adadecode.c @@ -38,7 +38,7 @@ #define PARMS(ARGS) ARGS #endif -#include "ctype.h" +#include #include "adadecode.h" static void add_verbose (const char *, char *); diff --git a/gcc/ada/sysdep.c b/gcc/ada/sysdep.c index a0338b6058c..9ec94ea819c 100644 --- a/gcc/ada/sysdep.c +++ b/gcc/ada/sysdep.c @@ -44,7 +44,7 @@ #include "tsystem.h" #include #include -#include "time.h" +#include #ifdef VMS #include #endif -- 2.30.2