diff options
-rw-r--r-- | src/clojure/contrib/graph.clj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/clojure/contrib/graph.clj b/src/clojure/contrib/graph.clj index ac18e03e..c5128306 100644 --- a/src/clojure/contrib/graph.clj +++ b/src/clojure/contrib/graph.clj @@ -13,9 +13,7 @@ ;; straszheimjeffrey (gmail) ;; Created 23 June 2009 -(ns clojure.contrib.graph - (use [clojure.contrib.seq-utils :only (flatten indexed)])) - +(ns clojure.contrib.graph) (defstruct directed-graph |