aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/correctness/Sorted.v2
-rwxr-xr-xcontrib/omega/Omega.v4
2 files changed, 4 insertions, 2 deletions
diff --git a/contrib/correctness/Sorted.v b/contrib/correctness/Sorted.v
index 73179ed1e1..8c3743a1e8 100644
--- a/contrib/correctness/Sorted.v
+++ b/contrib/correctness/Sorted.v
@@ -15,7 +15,7 @@ Require ArrayPermut.
Require ZArithRing.
Require Omega.
-Import Z_scope.
+V7only [Import Z_scope.].
Set Implicit Arguments.
diff --git a/contrib/omega/Omega.v b/contrib/omega/Omega.v
index 84ede032bc..70ede13d0f 100755
--- a/contrib/omega/Omega.v
+++ b/contrib/omega/Omega.v
@@ -30,8 +30,10 @@ Hints Resolve Zle_n Zplus_sym Zplus_assoc Zmult_sym Zmult_assoc
Require Export Zhints.
+(*
(* The constant minus is required in coq_omega.ml *)
-Require Export Minus.
+Require Minus.
+*)
Hint eq_nat_Omega : zarith := Extern 10 (eq nat ? ?) Abstract Omega.
Hint le_Omega : zarith := Extern 10 (le ? ?) Abstract Omega.