aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Wf.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-14 16:37:36 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-14 16:37:36 +0000
commit197d9d1245d0e245a604b965816a2fd89945a61a (patch)
tree81f31de540fa9e76ce7203022a20d5839fc5df8a /theories/Init/Wf.v
parent5a02d3ad27b799531d3cb9acc6bdee655c89a372 (diff)
Suppression d'Export redondants
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2190 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Wf.v')
-rwxr-xr-xtheories/Init/Wf.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Init/Wf.v b/theories/Init/Wf.v
index bd55dcd1d..87d5c720d 100755
--- a/theories/Init/Wf.v
+++ b/theories/Init/Wf.v
@@ -13,8 +13,8 @@
- well-founded induction
from a well-founded ordering on a given set *)
-Require Export Logic.
-Require Export LogicSyntax.
+Require Logic.
+Require LogicSyntax.
(* Well-founded induction principle on Prop *)