Skip to content

Commit

Permalink
Fix missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jan 23, 2013
1 parent f510883 commit 4b1ca1c
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 11 deletions.
1 change: 1 addition & 0 deletions TNStropheContact.j
Expand Up @@ -19,6 +19,7 @@
*/

@import <Foundation/Foundation.j>
@import <AppKit/CPImage.j>

@import "TNStropheConnection.j"
@import "TNStropheGroup.j"
Expand Down
1 change: 0 additions & 1 deletion Test/TNPubSubControllerTest.j
Expand Up @@ -18,7 +18,6 @@


@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "../Resources/Strophe/strophe.js"
@import "../Resources/Strophe/sha1.js"
Expand Down
1 change: 0 additions & 1 deletion Test/TNPubSubNodeTest.j
Expand Up @@ -18,7 +18,6 @@


@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "../Resources/Strophe/strophe.js"
@import "../Resources/Strophe/sha1.js"
Expand Down
1 change: 0 additions & 1 deletion Test/TNStropheConnectionTest.j
Expand Up @@ -18,7 +18,6 @@


@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "../Resources/Strophe/strophe.js"
@import "../Resources/Strophe/sha1.js"
Expand Down
1 change: 0 additions & 1 deletion Test/TNStropheContactTest.j
Expand Up @@ -18,7 +18,6 @@


@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "../Resources/Strophe/strophe.js"
@import "../Resources/Strophe/sha1.js"
Expand Down
1 change: 0 additions & 1 deletion Test/TNStropheGroupTest.j
Expand Up @@ -18,7 +18,6 @@


@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "../Resources/Strophe/strophe.js"
@import "../Resources/Strophe/sha1.js"
Expand Down
3 changes: 1 addition & 2 deletions Test/TNStropheMUCRoomTest.j
Expand Up @@ -18,7 +18,6 @@


@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "../Resources/Strophe/strophe.js"
@import "../Resources/Strophe/sha1.js"
Expand All @@ -42,4 +41,4 @@
{
}

@end
@end
1 change: 0 additions & 1 deletion Test/TNStropheRosterTest.j
Expand Up @@ -18,7 +18,6 @@


@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "../Resources/Strophe/strophe.js"
@import "../Resources/Strophe/sha1.js"
Expand Down
1 change: 0 additions & 1 deletion Test/TNStropheStanzaTest.j
Expand Up @@ -18,7 +18,6 @@


@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "../Resources/Strophe/strophe.js"
@import "../Resources/Strophe/sha1.js"
Expand Down
3 changes: 1 addition & 2 deletions Test/TNXMLNodeTest.j
Expand Up @@ -18,7 +18,6 @@


@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "../Resources/Strophe/strophe.js"
@import "../Resources/Strophe/sha1.js"
Expand Down Expand Up @@ -86,4 +85,4 @@
{
}

@end
@end

0 comments on commit 4b1ca1c

Please sign in to comment.