aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Prelude.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-28 19:37:35 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-28 19:37:35 +0000
commitcbd52ccef2b72272dac1c20fad182589a77c29b7 (patch)
tree55b7b5f171f4803497283167cd45dbeeb6530236 /theories/Init/Prelude.v
parent1c1718adef3fd0562a6ff046f4b79cfc0012413d (diff)
Ordre (symbolique) des Require
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4738 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Prelude.v')
-rwxr-xr-xtheories/Init/Prelude.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Prelude.v b/theories/Init/Prelude.v
index e7ad28e3f..7325cc771 100755
--- a/theories/Init/Prelude.v
+++ b/theories/Init/Prelude.v
@@ -9,8 +9,8 @@
(*i $Id$ i*)
Require Export Notations.
-Require Export Datatypes.
Require Export Logic.
+Require Export Datatypes.
Require Export Specif.
Require Export Peano.
Require Export Wf.