Skip to content

Commit

Permalink
* fix includes for nsxml
Browse files Browse the repository at this point in the history
  • Loading branch information
itod committed May 17, 2015
1 parent cb401d4 commit b809c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nsxml/XPNSXMLDocumentImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//

#import "XPDocumentInfo.h"
#import <Panthro/XPDocumentInfo.h>
#import "XPNSXMLNodeImpl.h"

@interface XPNSXMLDocumentImpl : XPNSXMLNodeImpl <XPDocumentInfo>
Expand Down
2 changes: 1 addition & 1 deletion nsxml/XPNSXMLNodeImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//
//

#import "XPAbstractNodeWrapper.h"
#import <Panthro/XPAbstractNodeWrapper.h>

@interface XPNSXMLNodeImpl : XPAbstractNodeWrapper

Expand Down

0 comments on commit b809c7e

Please sign in to comment.