summaryrefslogtreecommitdiff
path: root/MLKSymbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKSymbol.h')
-rw-r--r--MLKSymbol.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/MLKSymbol.h b/MLKSymbol.h
index f0c4be3..3d5edfe 100644
--- a/MLKSymbol.h
+++ b/MLKSymbol.h
@@ -16,14 +16,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#import "MLKLispValue.h"
-
#import <Foundation/NSObject.h>
@class MLKPackage;
-@interface MLKSymbol : MLKLispValue <NSCopying>
+@interface MLKSymbol : NSObject <NSCopying>
{
NSString *name;
MLKPackage *homePackage;