aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/autorewrite.ml
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-05 18:09:30 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-05-05 18:09:30 +0200
commita76a71eda10b054b04de4ff56f0637a32077edd4 (patch)
tree63d46cf1dc4446fec44ea61cb9a075f30204c5fb /tactics/autorewrite.ml
parent2c5b74e0b45eb8a6a956e0bde13be16379b54714 (diff)
Remove two unused opens.
Diffstat (limited to 'tactics/autorewrite.ml')
-rw-r--r--tactics/autorewrite.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/autorewrite.ml b/tactics/autorewrite.ml
index 3c430cb17..2d54b61c7 100644
--- a/tactics/autorewrite.ml
+++ b/tactics/autorewrite.ml
@@ -9,8 +9,6 @@
open Equality
open Names
open Pp
-open Tacticals
-open Tactics
open Term
open Termops
open CErrors