aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/Zhints.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-12 19:26:26 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-12 19:26:26 +0000
commitaca0bb7546310d87146d27f16b1e98699a23e085 (patch)
tree4eb12f65e66e6acf9361e72488a59ea141c762c7 /theories/ZArith/Zhints.v
parentce0730a894791ea19a2ac372a63c94a141102cf8 (diff)
Restructuration ZArith
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4879 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/Zhints.v')
-rw-r--r--theories/ZArith/Zhints.v5
1 files changed, 3 insertions, 2 deletions
diff --git a/theories/ZArith/Zhints.v b/theories/ZArith/Zhints.v
index 8dc9069a6..6eb668a5a 100644
--- a/theories/ZArith/Zhints.v
+++ b/theories/ZArith/Zhints.v
@@ -27,11 +27,12 @@
(* Lemmas involving positive and compare are not taken into account *)
-Require fast_integer.
+Require BinInt.
Require Zorder.
Require Zmin.
Require Zabs.
-Require zarith_aux.
+Require Zcompare.
+Require Znat.
Require auxiliary.
Require Zsyntax.
Require Zmisc.