summaryrefslogtreecommitdiff
path: root/MLKInterpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKInterpreter.h')
-rw-r--r--MLKInterpreter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKInterpreter.h b/MLKInterpreter.h
index b96722f..788dfe1 100644
--- a/MLKInterpreter.h
+++ b/MLKInterpreter.h
@@ -17,12 +17,12 @@
*/
#import "MLKStream.h"
+#import "MLKLexicalContext.h"
+#import "MLKLexicalEnvironment.h"
#import <Foundation/NSArray.h>
#import <Foundation/NSObject.h>
-@class MLKLexicalContext, MLKLexicalEnvironment;
-
@interface MLKInterpreter : NSObject
+(void) initialize;