aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Arith.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-08-03 17:43:13 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-08-03 17:43:13 +0000
commit78b8f01fab336ac00d13c62771f5d7a4a1dcd8d1 (patch)
tree844ced88a930aa5bdce0afc2db6ef6a70cd1f7a9 /theories/Arith/Arith.v
parentffe8426049f5d7d3e613b8c51c82a940994abbb4 (diff)
Typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6010 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith/Arith.v')
-rwxr-xr-xtheories/Arith/Arith.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/theories/Arith/Arith.v b/theories/Arith/Arith.v
index 3f1292765..b076de2af 100755
--- a/theories/Arith/Arith.v
+++ b/theories/Arith/Arith.v
@@ -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.