]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitadep.ml
moved list_uniq to the extlib
[helm.git] / helm / matita / matitadep.ml
index 5a73c099bee3866cd1d8294c3a6e8e0e13c5c573..40f91235a5a9e9ac82ae6d7e9c66f5253034a8f4 100644 (file)
@@ -107,7 +107,7 @@ let main () =
    (fun file -> 
     let deps = Hashtbl.find_all include_deps file in
     let deps = List.fast_sort Pervasives.compare deps in
-    let deps = MatitaMisc.list_uniq deps in
+    let deps = HExtlib.list_uniq deps in
     let deps = file :: deps in
     let moo = MatitaMisc.obj_file_of_script file in
      Printf.printf "%s: %s\n" moo (String.concat " " deps);