From 571d6c46cc8eeac8385b830e82543bd9c39f7d56 Mon Sep 17 00:00:00 2001 From: wilson Date: Fri, 1 Apr 1994 05:33:24 +0000 Subject: [PATCH] Change "gstddef.h" to . Change "gstdarg.h" to . git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6945 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.4.GIT