From 49add53f4eea9f1af076b840170f9f539a655e24 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 12 Nov 2003 21:30:24 +0000 Subject: 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/adadecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/adadecode.c') diff --git a/gcc/ada/adadecode.c b/gcc/ada/adadecode.c index 8f68512..ef77c5f 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 *); -- cgit v1.1