Remove the timestamp header in source files. This information is
[tatoo.git] / src / state.mli
index ef54518..1d25a67 100644 (file)
@@ -15,7 +15,7 @@
 
 (** Implementation of states *)
 
-include Sigs.Type with type t = int
+include Common_sig.Type with type t = int
 
 val make : unit -> t
 (** Generate a fresh state *)