summaryrefslogtreecommitdiff
path: root/MLKDynamicContext.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-06 16:05:53 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-06 16:05:53 +0200
commitcf641ee9b6dcfa62ccfdbb2afd53a45ae52abcd0 (patch)
treebb6ff19c693861f2860b4c0c4a9b05016a3fe553 /MLKDynamicContext.h
parentbb2c8f1e2221f7b7d4015fc2cee8df6c9fa6a3e1 (diff)
Fix a number of compilation errors.
Diffstat (limited to 'MLKDynamicContext.h')
-rw-r--r--MLKDynamicContext.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/MLKDynamicContext.h b/MLKDynamicContext.h
index b88e87b..97f24a5 100644
--- a/MLKDynamicContext.h
+++ b/MLKDynamicContext.h
@@ -16,12 +16,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#import <Foundation/NSObject.h>
-
#import "MLKBinding.h"
+#import "MLKEnvironment.h"
+#import "MLKSymbol.h"
-@class MLKEnvironment, MLKSymbol, NSLinkedList,
- NSMutableDictionary, NSString;
+#import <Foundation/NSObject.h>
+#import <Foundation/NSDictionary.h>
+#import <Foundation/NSString.h>
@interface MLKDynamicContext : NSObject