diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2014-02-06 01:05:30 +0100 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2014-02-08 20:10:54 +0100 |
commit | bd41c9d104550ad5472a28655cd6353ba6df1696 (patch) | |
tree | 3dbe7fb15b4b32d7350fe87aca29f7e977dad5ab /theories/NArith | |
parent | 009fb68f0578e462b817f50772e2fba8d58c4f0d (diff) |
Less dependencies in Omega.
Diffstat (limited to 'theories/NArith')
-rw-r--r-- | theories/NArith/Nnat.v | 2 |
1 files changed, 1 insertions, 1 deletions
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] *) |