mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 22:42:45 +08:00
Use relative paths in #imports to prevent XCode 4.2 from complaining
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
//
|
||||
|
||||
#import "DBTopicViewController.h"
|
||||
#import "DBTopic.h"
|
||||
#import "DBUser.h"
|
||||
#import "../Models/DBTopic.h"
|
||||
#import "../Models/DBUser.h"
|
||||
|
||||
@implementation DBTopicViewController
|
||||
|
||||
|
||||
Reference in New Issue
Block a user