diff options
| author | ayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-08 15:13:17 +0000 |
|---|---|---|
| committer | ayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-08 15:13:17 +0000 |
| commit | bafbe9351f02e858b62dc506b9c585ece370662c (patch) | |
| tree | c73dc4372d9529b9fd152b42810f290146cc70cf /libobjc/objc/sarray.h | |
| parent | cee50ddde77403d855ad4aa74e5ba840925dd99a (diff) | |
| download | ppe42-gcc-bafbe9351f02e858b62dc506b9c585ece370662c.tar.gz ppe42-gcc-bafbe9351f02e858b62dc506b9c585ece370662c.zip | |
2005-06-08 David Ayers <d.ayers@inode.at>
* objc/NXConstStr.h, objc/Object.h, objc/Protocol.h,
objc/encoding.h, objc/hash.h, objc/objc-api.h,
objc/runtime.h, objc/sarray.h, objc/thr.h,
objc/typedstream.h: Do not include Objective-C headers as
system headers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100760 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc/sarray.h')
| -rw-r--r-- | libobjc/objc/sarray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/objc/sarray.h b/libobjc/objc/sarray.h index 4965839b3a7..f19407baa22 100644 --- a/libobjc/objc/sarray.h +++ b/libobjc/objc/sarray.h @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ #ifndef __sarray_INCLUDE_GNU #define __sarray_INCLUDE_GNU -#include <objc/thr.h> +#include "thr.h" #define OBJC_SPARSE2 /* 2-level sparse array */ /* #define OBJC_SPARSE3 */ /* 3-level sparse array */ |

