aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theories/ZArith/Zcomplements.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zcomplements.v b/theories/ZArith/Zcomplements.v
index e9f6b52e1d..753a33e47c 100644
--- a/theories/ZArith/Zcomplements.v
+++ b/theories/ZArith/Zcomplements.v
@@ -8,8 +8,8 @@
(*i $Id$ i*)
-Require ZArith_base.
Require ZArithRing.
+Require ZArith_base.
Require Omega.
Require Wf_nat.
V7only [Import Z_scope.].