From 03a09bee2060daffd2f1b6ac2dfa14308254d922 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sat, 22 Oct 2016 17:00:22 +0200 Subject: [PATCH] Fixes wrong casing in `#import "include/_RXObjCRuntime.h"`. #949 --- RxCocoa/Runtime/_RXObjCRuntime.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxCocoa/Runtime/_RXObjCRuntime.m b/RxCocoa/Runtime/_RXObjCRuntime.m index d48189151..f7e2db0af 100644 --- a/RxCocoa/Runtime/_RXObjCRuntime.m +++ b/RxCocoa/Runtime/_RXObjCRuntime.m @@ -13,7 +13,7 @@ #import #import "include/_RX.h" -#import "include/_RXObjcRuntime.h" +#import "include/_RXObjCRuntime.h" #if !DISABLE_SWIZZLING