mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-07 23:06:59 +08:00
Use relative imports for headers in Support module. Removed import of SCNetworkReachability in RKClient
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user