From f32939638b35246e971ac775fe6e9c7780449455 Mon Sep 17 00:00:00 2001 From: Artem Simonov Date: Thu, 15 Oct 2015 12:40:54 -0700 Subject: [PATCH] Do not import NSNumber.h from NSValue.h since the latter is a superclass of the former. --- include/Foundation/NSValue.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/Foundation/NSValue.h b/include/Foundation/NSValue.h index 6da67ec18b..1ac520afc0 100644 --- a/include/Foundation/NSValue.h +++ b/include/Foundation/NSValue.h @@ -16,7 +16,6 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR #import #import #import -#import typedef enum : NSUInteger { NSValueTypeUnknown,