Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Removing header include
Browse files Browse the repository at this point in the history
  • Loading branch information
vilanovi committed Oct 14, 2015
1 parent dba6c7a commit b6580c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion MTSMotisObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
// limitations under the License.

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

/**
* This class is a helper that allow to use NSCoding and NSCopying reusing the Motis mapping definitions.
Expand Down
1 change: 1 addition & 0 deletions MTSMotisObject.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// limitations under the License.

#import "MTSMotisObject.h"
#import "NSObject+Motis.h"

@implementation MTSMotisObject

Expand Down

0 comments on commit b6580c7

Please sign in to comment.