aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/NArith
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-18 11:36:56 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2010-07-18 11:36:56 +0000
commitf8ca52b3f44c2ad6b0e26a3b08a9ebbd2bbb641d (patch)
tree7565397787178d5f70aaa79e4d8dafdd4bc6b933 /theories/NArith
parente4a667a4503de1ebda52aee4aa5e08fb0711f1ce (diff)
Reverted 13293 commited mistakenly. Sorry for the noise.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13294 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/NArith')
-rw-r--r--theories/NArith/Ndigits.v1
-rw-r--r--theories/NArith/Pminmax.v3
2 files changed, 1 insertions, 3 deletions
diff --git a/theories/NArith/Ndigits.v b/theories/NArith/Ndigits.v
index 23ca56524..ea53c7d06 100644
--- a/theories/NArith/Ndigits.v
+++ b/theories/NArith/Ndigits.v
@@ -7,7 +7,6 @@
(************************************************************************)
Require Import Bool Setoid Bvector BinPos BinNat.
-Import Le Morphisms. (* For Hints *)
(** Operation over bits of a [N] number. *)
diff --git a/theories/NArith/Pminmax.v b/theories/NArith/Pminmax.v
index 98d447824..4cc48af66 100644
--- a/theories/NArith/Pminmax.v
+++ b/theories/NArith/Pminmax.v
@@ -7,7 +7,6 @@
(************************************************************************)
Require Import Orders BinPos Pnat POrderedType GenericMinMax.
-Import Plus. (* For Hints *)
(** * Maximum and Minimum of two positive numbers *)
@@ -124,4 +123,4 @@ Proof.
apply plus_min_distr_l.
Qed.
-End P.
+End P. \ No newline at end of file