aboutsummaryrefslogtreecommitdiff
path: root/theories/MSets/MSetGenTree.v
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-29 15:11:19 +0000
committerGitHub2021-03-29 15:11:19 +0000
commitc6e9b36f2abc7bf434df8e9a6fea48ba9db4efc0 (patch)
tree9fb619b831abe383c45dd9d50067e512d4f65ac2 /theories/MSets/MSetGenTree.v
parent642e8b769b05c7eea685a44aebd2475a928af6b1 (diff)
parentd7ccf45bbb1b73006c5804bcfc18bb3f6f7c90fd (diff)
Merge PR #13986: [stdlib] [List] removed deprecated/unnecessary dependencies: Le, Gt, Minus, Lt, Setoid
Reviewed-by: anton-trunov
Diffstat (limited to 'theories/MSets/MSetGenTree.v')
-rw-r--r--theories/MSets/MSetGenTree.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/MSets/MSetGenTree.v b/theories/MSets/MSetGenTree.v
index 37d20bffad..c1928fef8d 100644
--- a/theories/MSets/MSetGenTree.v
+++ b/theories/MSets/MSetGenTree.v
@@ -30,6 +30,7 @@
*)
Require Import FunInd Orders OrdersFacts MSetInterface PeanoNat.
+Require Arith. (* contains deprecated dependencies *)
Local Open Scope list_scope.
Local Open Scope lazy_bool_scope.