Skip to content

Commit

Permalink
Remove relative import paths from Parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Dec 2, 2011
1 parent 8f60d34 commit 8ca1a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/Support/Parsers/JSON/RKJSONParserJSONKit.h
Expand Up @@ -18,7 +18,7 @@
// limitations under the License.
//

#import "../../RKParser.h"
#import "RKParser.h"

@interface RKJSONParserJSONKit : NSObject <RKParser> {
}
Expand Down
2 changes: 1 addition & 1 deletion Code/Support/Parsers/XML/RKXMLParserLibXML.h
Expand Up @@ -18,7 +18,7 @@
//

#import <Foundation/Foundation.h>
#import "../../RKParser.h"
#import "RKParser.h"

/**
This is a dead simple XML parser that uses libxml2 to parse an XML document
Expand Down

0 comments on commit 8ca1a5b

Please sign in to comment.