aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/auto.ml3
-rw-r--r--tactics/class_tactics.ml1
-rw-r--r--tactics/class_tactics.mli1
3 files changed, 0 insertions, 5 deletions
diff --git a/tactics/auto.ml b/tactics/auto.ml
index 324c551d05..c2d12ebd08 100644
--- a/tactics/auto.ml
+++ b/tactics/auto.ml
@@ -10,15 +10,12 @@ module CVars = Vars
open Pp
open Util
-open CErrors
open Names
open Termops
open EConstr
open Environ
-open Tacmach
open Genredexpr
open Tactics
-open Tacticals
open Clenv
open Locus
open Proofview.Notations
diff --git a/tactics/class_tactics.ml b/tactics/class_tactics.ml
index 6c724a1eb1..2d6dffdd23 100644
--- a/tactics/class_tactics.ml
+++ b/tactics/class_tactics.ml
@@ -19,7 +19,6 @@ open Term
open Termops
open EConstr
open Proof_type
-open Tacticals
open Tacmach
open Tactics
open Clenv
diff --git a/tactics/class_tactics.mli b/tactics/class_tactics.mli
index 4ab29f260f..c5731e3779 100644
--- a/tactics/class_tactics.mli
+++ b/tactics/class_tactics.mli
@@ -10,7 +10,6 @@
open Names
open EConstr
-open Tacmach
val catchable : exn -> bool