Use relative include paths instead of system

This commit is contained in:
Blake Watters
2010-10-20 11:46:31 -04:00
parent fb9274f6af
commit 4b9170ec3d
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
// Copyright 2010 RestKit. All rights reserved.
//
#import <RestKit/RestKit.h>
#import "../RestKit.h"
#import "../CoreData/RKManagedObject.h"
/**

View File

@@ -7,7 +7,6 @@
//
#import <Three20/Three20.h>
#import <RestKit/RestKit.h>
#import "RKRequestModel.h"
/**