Skip to content

Commit

Permalink
Fixes wrong casing in #import "include/_RXObjCRuntime.h". #949
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Oct 22, 2016
1 parent bd2ebd3 commit 03a09be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxCocoa/Runtime/_RXObjCRuntime.m
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
#import <libkern/OSAtomic.h>

#import "include/_RX.h"
#import "include/_RXObjcRuntime.h"
#import "include/_RXObjCRuntime.h"

#if !DISABLE_SWIZZLING

0 comments on commit 03a09be

Please sign in to comment.