Merge branch 'lucca-master' into HEAD
[tatoo.git] / src / run.ml
index de2ba81..444cce7 100644 (file)
@@ -11,8 +11,6 @@
 (*                                                                     *)
 (***********************************************************************)
 
-INCLUDE "utils.ml"
-
 module Node  =
 struct
   type t = int
@@ -50,4 +48,3 @@ let print fmt run =
       print_map run
   in
   Format.fprintf fmt "@[<v 1>##### RUN #####@, %a@ @]@." print_box run
-