From 9567d4155997ebed75a9a2f4a24a6655d9f0ecb4 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Fri, 13 Aug 2004 22:23:58 +0000 Subject: Object.h: Move includes out of extern "C" blocks. 2004-08-13 Andrew Pinski * objc/Object.h: Move includes out of extern "C" blocks. * objc/encoding.h: Likewise. * objc/hash.h: Likewise. * objc/objc-api.h: Likewise. * objc/runtime.h: Likewise. * objc/sarray.h: Likewise. * objc/typedstream.h: Likewise. From-SVN: r85968 --- libobjc/objc/runtime.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'libobjc/objc/runtime.h') diff --git a/libobjc/objc/runtime.h b/libobjc/objc/runtime.h index 91e16a2..f961281 100644 --- a/libobjc/objc/runtime.h +++ b/libobjc/objc/runtime.h @@ -26,6 +26,14 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifndef __objc_runtime_INCLUDE_GNU #define __objc_runtime_INCLUDE_GNU +#include /* for varargs and va_list's */ + +#include +#include + +#include /* so noone else will get system versions */ +#include + #include /* core data types */ #include /* runtime api functions */ @@ -38,14 +46,6 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ extern "C" { #endif /* __cplusplus */ -#include /* for varargs and va_list's */ - -#include -#include - -#include /* so noone else will get system versions */ -#include - extern void __objc_add_class_to_hash(Class); /* (objc-class.c) */ extern void __objc_init_selector_tables(void); /* (objc-sel.c) */ extern void __objc_init_class_tables(void); /* (objc-class.c) */ -- cgit v1.1