aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbarras2009-03-06 14:28:03 +0000
committerbarras2009-03-06 14:28:03 +0000
commit04293c47d8f1bffd2c310d4490947d6e696daa0f (patch)
treed1054e8e5a0ad51ef83ece98ec621d86d7d53eae
parenta0a84a9e90387b3657a40fffce2258b04ec69cac (diff)
missing Require
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11966 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--contrib/groebner/GroebnerZ.v8
1 files changed, 1 insertions, 7 deletions
diff --git a/contrib/groebner/GroebnerZ.v b/contrib/groebner/GroebnerZ.v
index ca58dbdb38..da79a36f71 100644
--- a/contrib/groebner/GroebnerZ.v
+++ b/contrib/groebner/GroebnerZ.v
@@ -6,17 +6,11 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-Require Import ZArith.
-Require Import Zpow_facts.
-Require Import Wf_Z.
-Require Import Znumtheory.
-Require Import List.
+Require Import Reals ZArith.
Require Export GroebnerR.
-
Open Scope Z_scope.
-
Lemma groebnerZhypR: forall x y:Z, x=y -> IZR x = IZR y.
Admitted.