From c2ab36e6556782967da0962563ac63a5f88707f8 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 31 Mar 1994 21:33:24 -0800 Subject: [PATCH] Change "gstddef.h" to . Change "gstdarg.h" to . From-SVN: r6945 --- gcc/objc/runtime.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/objc/runtime.h b/gcc/objc/runtime.h index cd9de6ac63f..aee2b93964c 100644 --- a/gcc/objc/runtime.h +++ b/gcc/objc/runtime.h @@ -27,12 +27,12 @@ You should have received a copy of the GNU General Public License along with #ifndef __objc_runtime_INCLUDE_GNU #define __objc_runtime_INCLUDE_GNU -#include "gstdarg.h" /* for varargs and va_list's */ +#include /* for varargs and va_list's */ #include #include -#include "gstddef.h" /* so noone else will get system versions */ +#include /* so noone else will get system versions */ #include "assert.h" #include "objc/objc.h" /* core data types */ -- 2.30.2