diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-13 22:23:58 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-08-13 22:23:58 +0000 |
commit | 35072fc18bb2c5b7aeaad7688a79ea36e814efb6 (patch) | |
tree | 6c7cd07c644a9bd9f7ec3a585f20d6678febe490 /libobjc/objc/objc-api.h | |
parent | 9abf00f8ebd5a49fb6b615c96a179a9ad773c074 (diff) | |
download | gcc-35072fc18bb2c5b7aeaad7688a79ea36e814efb6.tar.gz |
2004-08-13 Andrew Pinski <pinskia@physics.uc.edu>
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85968 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc/objc-api.h')
-rw-r--r-- | libobjc/objc/objc-api.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libobjc/objc/objc-api.h b/libobjc/objc/objc-api.h index de10249f4d0..58df4ea0487 100644 --- a/libobjc/objc/objc-api.h +++ b/libobjc/objc/objc-api.h @@ -31,14 +31,13 @@ Boston, MA 02111-1307, USA. */ #include <objc/hash.h> #include <objc/thr.h> #include <objc/objc-decls.h> +#include <stdio.h> +#include <stdarg.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -#include <stdio.h> -#include <stdarg.h> - /* For functions which return Method_t */ #define METHOD_NULL (Method_t)0 /* Boolean typedefs */ |