aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/Zdiv.v
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-04-08 13:49:39 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-04-08 13:49:39 +0000
commit33b852704bcd41258ce58fbbbe1686a2be135baf (patch)
tree2a860cb6cf3e45e5c04a40fc5536fe0be6e293e8 /theories/ZArith/Zdiv.v
parenteb3fcfee0ff6ddc038998023ac52006073f4724e (diff)
Zdiv -> Export ZArith
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2621 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/Zdiv.v')
-rw-r--r--theories/ZArith/Zdiv.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zdiv.v b/theories/ZArith/Zdiv.v
index 2d4b9f372..87fbe0f19 100644
--- a/theories/ZArith/Zdiv.v
+++ b/theories/ZArith/Zdiv.v
@@ -19,7 +19,7 @@ Then only after proves the main required property.
*)
-Require ZArith.
+Require Export ZArith.
Require Omega.
Require ZArithRing.