aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/make-image.lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-04-07 03:23:19 +0200
committerGravatar Tom Willemsen2013-04-07 03:23:19 +0200
commit86aa545775d7822420302b0720ebb7be38de89b9 (patch)
tree3ceba6eac2fab0029d247f7219e7acaccf3fea59 /lisp/make-image.lisp
parentc1cbf7d59a72b7c485d4060ddaecb7469312c9e6 (diff)
downloadclark-86aa545775d7822420302b0720ebb7be38de89b9.tar.gz
clark-86aa545775d7822420302b0720ebb7be38de89b9.zip
Remove McCLIM as dependency and properly require
The McCLIM dependency will come back, but for v0.1.* it is not a requirement. Also properly require `cl-sqlite' by adding it in the `asdf:defsystem' call.
Diffstat (limited to 'lisp/make-image.lisp')
-rw-r--r--lisp/make-image.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/make-image.lisp b/lisp/make-image.lisp
index 4ebc1fd..dab37a4 100644
--- a/lisp/make-image.lisp
+++ b/lisp/make-image.lisp
@@ -21,8 +21,6 @@
(error "This lisp implementation iss not supported.")
(require 'asdf)
-(require 'sqlite)
-(require 'mcclim)
(asdf:oos 'asdf:load-op 'clark)