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,7 +8,7 @@
#import <Three20/Three20.h>
#import "DBResourceListTableViewController.h"
#import "DBTopic.h"
#import "../Models/DBTopic.h"
/**
* Displays a table of Posts within a given Topic