Skip to content

Commit

Permalink
Do not import NSNumber.h from NSValue.h since the latter
Browse files Browse the repository at this point in the history
is a superclass of the former.
  • Loading branch information
asimonov-msft committed Oct 15, 2015
1 parent 9c8265a commit f329396
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/Foundation/NSValue.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
#import <Foundation/NSObject.h>
#import <Foundation/NSGeometry.h>
#import <Foundation/NSRange.h>
#import <Foundation/NSNumber.h>

typedef enum : NSUInteger {
NSValueTypeUnknown,
Expand Down

0 comments on commit f329396

Please sign in to comment.