diff options
Diffstat (limited to 'libobjc/objc/hash.h')
-rw-r--r-- | libobjc/objc/hash.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libobjc/objc/hash.h b/libobjc/objc/hash.h index 47715af..91a5eba 100644 --- a/libobjc/objc/hash.h +++ b/libobjc/objc/hash.h @@ -1,5 +1,5 @@ /* Hash tables for Objective C method dispatch. - Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1993, 1995, 1996, 2004 Free Software Foundation, Inc. This file is part of GCC. @@ -28,14 +28,14 @@ Boston, MA 02111-1307, USA. */ #ifndef __hash_INCLUDE_GNU #define __hash_INCLUDE_GNU -#include <stddef.h> -#include <string.h> #include <objc/objc.h> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ +#include <stddef.h> +#include <string.h> /* * This data structure is used to hold items |