Use relative imports for headers in Support module. Removed import of SCNetworkReachability in RKClient

This commit is contained in:
Blake Watters
2011-09-08 19:26:33 -04:00
parent 4226067b8a
commit 5c359edfc5

View File

@@ -6,13 +6,12 @@
// Copyright 2009 Two Toasters. All rights reserved.
//
#import <SystemConfiguration/SCNetworkReachability.h>
#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