From bd41c9d104550ad5472a28655cd6353ba6df1696 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Thu, 6 Feb 2014 01:05:30 +0100 Subject: Less dependencies in Omega. --- theories/NArith/Nnat.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/NArith') diff --git a/theories/NArith/Nnat.v b/theories/NArith/Nnat.v index 346169e7f..cddc5f4cf 100644 --- a/theories/NArith/Nnat.v +++ b/theories/NArith/Nnat.v @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -Require Import Arith_base Compare_dec Sumbool Div2 Min Max. +Require Import Minus Compare_dec Sumbool Div2 Min Max. Require Import BinPos BinNat Pnat. (** * Conversions from [N] to [nat] *) -- cgit v1.2.3