From 04293c47d8f1bffd2c310d4490947d6e696daa0f Mon Sep 17 00:00:00 2001 From: barras Date: Fri, 6 Mar 2009 14:28:03 +0000 Subject: missing Require git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11966 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/groebner/GroebnerZ.v | 8 +------- 1 file changed, 1 insertion(+), 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. -- cgit v1.2.3