Use relative paths in #imports to prevent XCode 4.2 from complaining

This commit is contained in:
Victor Kryukov
2011-06-11 21:54:17 +04:00
parent 5db087a73a
commit b25be71bab
8 changed files with 21 additions and 21 deletions

View File

@@ -8,8 +8,8 @@
#import <RestKit/Three20/Three20.h>
#import "DBPostsTableViewController.h"
#import "DBPost.h"
#import "DBUser.h"
#import "../Models/DBPost.h"
#import "../Models/DBUser.h"
@implementation DBPostsTableViewController