diff --git a/Code/Network/RKClient.m b/Code/Network/RKClient.m index 31a160e1..da86e450 100644 --- a/Code/Network/RKClient.m +++ b/Code/Network/RKClient.m @@ -6,13 +6,12 @@ // Copyright 2009 Two Toasters. All rights reserved. // -#import #import "RKClient.h" #import "RKURL.h" #import "RKNotifications.h" -#import "RKAlert.h" -#import "RKLog.h" -#import "RKPathMatcher.h" +#import "../Support/RKAlert.h" +#import "../Support/RKLog.h" +#import "../Support/RKPathMatcher.h" // Set Logging Component #undef RKLogComponent