summaryrefslogtreecommitdiff
path: root/theories/Arith
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2005-01-31 14:34:14 +0000
committerGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2005-01-31 14:34:14 +0000
commite669490d0d5e6ed4bb45c895194791f01d038637 (patch)
tree4eb40b447e6573dbaa1cf593a2cae6758850cb7c /theories/Arith
parentd334716fb2d09dd3304f98ee0dbf39275eac010b (diff)
parent6497f27021fec4e01f2182014f2bb1989b4707f9 (diff)
Merge commit 'upstream/8.0pl2'
Diffstat (limited to 'theories/Arith')
-rwxr-xr-xtheories/Arith/Arith.v5
1 files changed, 2 insertions, 3 deletions
diff --git a/theories/Arith/Arith.v b/theories/Arith/Arith.v
index d44efb56..114a60ee 100755
--- a/theories/Arith/Arith.v
+++ b/theories/Arith/Arith.v
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: Arith.v,v 1.11.2.1 2004/07/16 19:30:59 herbelin Exp $ i*)
+(*i $Id: Arith.v,v 1.11.2.2 2004/08/03 17:42:42 herbelin Exp $ i*)
Require Export Le.
Require Export Lt.
@@ -15,7 +15,6 @@ Require Export Gt.
Require Export Minus.
Require Export Mult.
Require Export Between.
-Require Export Minus.
Require Export Peano_dec.
Require Export Compare_dec.
-Require Export Factorial. \ No newline at end of file
+Require Export Factorial.