aboutsummaryrefslogtreecommitdiff
path: root/libobjc/objc/objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/objc/objc.h')
-rw-r--r--libobjc/objc/objc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libobjc/objc/objc.h b/libobjc/objc/objc.h
index ece0f884105..8719269bb35 100644
--- a/libobjc/objc/objc.h
+++ b/libobjc/objc/objc.h
@@ -125,8 +125,6 @@ typedef id (*IMP)(id, SEL, ...);
compiler to do some type-checking. */
#define Nil (Class)0
-#include "deprecated/STR.h"
-
/* TODO: Move the 'Protocol' declaration into objc/runtime.h. A
Protocol is simply an object, not a basic Objective-C type. The
Apple runtime defines Protocol in objc/runtime.h too, so it's good