diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-04-01 05:50:23 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-04-01 05:50:23 +0000 |
commit | f3f13a7e7d27ff6fd65b15bcf496656a819cebf5 (patch) | |
tree | 3cd1b7743c65974b0fbaf6f3b75299ff6650093f /gcc/objc/hash.h | |
parent | 82739758884b760caaaf7899265aa77ba5705cb3 (diff) | |
download | gcc-f3f13a7e7d27ff6fd65b15bcf496656a819cebf5.tar.gz |
Delete use of IN_GCC to control stddef.h/gstddef.h include.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6948 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/hash.h')
-rw-r--r-- | gcc/objc/hash.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/objc/hash.h b/gcc/objc/hash.h index 2b9ea249a7e..0234e2e1dce 100644 --- a/gcc/objc/hash.h +++ b/gcc/objc/hash.h @@ -27,11 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef __hash_INCLUDE_GNU #define __hash_INCLUDE_GNU -#ifdef IN_GCC -#include "gstddef.h" -#else -#include "stddef.h" -#endif +#include <stddef.h> /* * This data structure is used to hold items |