From: Rainer Orth Date: Wed, 12 Nov 2003 21:30:24 +0000 (+0000) Subject: adadecode.c: Use <> form of include for ctype.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49add53f4eea9f1af076b840170f9f539a655e24;p=gcc.git 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 --- 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