diff options
Diffstat (limited to 'libobjc/Makefile.in')
-rw-r--r-- | libobjc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 78d5bb01c61..576b29e6a07 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -117,11 +117,9 @@ OBJC_H = \ Object.h \ Protocol.h \ encoding.h \ - hash.h \ message.h \ objc-api.h \ objc-decls.h \ - objc-list.h \ sarray.h \ thr.h \ \ @@ -133,6 +131,8 @@ OBJC_DEPRECATED_H = \ MetaClass.h \ Object.h \ STR.h \ + hash.h \ + objc-list.h \ objc_error.h \ objc_malloc.h \ objc_unexpected_exception.h \ |