From 870075f34dd9fa5792bfbf413afd3b96f17e76a0 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 8 Aug 2008 13:18:42 +0200 Subject: Imported Upstream version 8.2~beta4+dfsg --- contrib/romega/ROmega.v | 1 + contrib/romega/ReflOmegaCore.v | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/romega') diff --git a/contrib/romega/ROmega.v b/contrib/romega/ROmega.v index 68bc43bb..4281cc57 100644 --- a/contrib/romega/ROmega.v +++ b/contrib/romega/ROmega.v @@ -9,3 +9,4 @@ Require Import ReflOmegaCore. Require Export Setoid. Require Export PreOmega. +Require Export ZArith_base. diff --git a/contrib/romega/ReflOmegaCore.v b/contrib/romega/ReflOmegaCore.v index 9d379548..12176d66 100644 --- a/contrib/romega/ReflOmegaCore.v +++ b/contrib/romega/ReflOmegaCore.v @@ -7,7 +7,7 @@ *************************************************************************) -Require Import List Bool Sumbool EqNat Setoid Ring_theory Decidable. +Require Import List Bool Sumbool EqNat Setoid Ring_theory Decidable ZArith_base. Delimit Scope Int_scope with I. (* Abstract Integers. *) @@ -81,7 +81,6 @@ End Int. Module Z_as_Int <: Int. - Require Import ZArith_base. Open Scope Z_scope. Definition int := Z. -- cgit v1.2.3