From: Jim Wilson Date: Fri, 1 Apr 1994 05:33:24 +0000 (-0800) Subject: Change "gstddef.h" to . Change "gstdarg.h" to . X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c2ab36e6556782967da0962563ac63a5f88707f8;p=gcc.git Change "gstddef.h" to . Change "gstdarg.h" to . From-SVN: r6945 --- 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 */