Make imports of RKParser relative so they resolve correctly outside of the library project

This commit is contained in:
Blake Watters
2011-06-13 08:33:34 -04:00
parent a41917af66
commit 2493828414
6 changed files with 8 additions and 5 deletions

View File

@@ -11,6 +11,9 @@
// RestKit
#import <RestKit/RestKit.h>
#import <RestKit/CoreData/CoreData.h>
#import <RestKit/Support/JSON/JSONKit/RKJSONParserJSONKit.h>
#import <RestKit/Support/JSON/SBJSON/RKJSONParserSBJSON.h>
#import <RestKit/Support/JSON/YAJL/RKJSONParserYAJL.h>
// Three20
#import <Three20/Three20.h>