aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/auto.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/auto.mli')
-rw-r--r--tactics/auto.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/auto.mli b/tactics/auto.mli
index 7ce351f43..2d2720880 100644
--- a/tactics/auto.mli
+++ b/tactics/auto.mli
@@ -32,8 +32,6 @@ type 'a auto_tactic =
| Unfold_nth of evaluable_global_reference (** Hint Unfold *)
| Extern of Tacexpr.glob_tactic_expr (** Hint Extern *)
-open Glob_term
-
type hints_path_atom =
| PathHints of global_reference list
| PathAny