summaryrefslogtreecommitdiff
path: root/theories/FSets/FSets.v
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-06-16 14:41:51 +0000
commite978da8c41d8a3c19a29036d9c569fbe2a4616b0 (patch)
tree0de2a907ee93c795978f3c843155bee91c11ed60 /theories/FSets/FSets.v
parent3ef7797ef6fc605dfafb32523261fe1b023aeecb (diff)
Imported Upstream version 8.0pl3+8.1betaupstream/8.0pl3+8.1beta
Diffstat (limited to 'theories/FSets/FSets.v')
-rw-r--r--theories/FSets/FSets.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/theories/FSets/FSets.v b/theories/FSets/FSets.v
index 9dfcd51f..b0402db6 100644
--- a/theories/FSets/FSets.v
+++ b/theories/FSets/FSets.v
@@ -6,9 +6,11 @@
(* * GNU Lesser General Public License Version 2.1 *)
(***********************************************************************)
-(* $Id: FSets.v 8667 2006-03-28 11:59:44Z letouzey $ *)
+(* $Id: FSets.v 8897 2006-06-05 21:04:10Z letouzey $ *)
Require Export OrderedType.
+Require Export OrderedTypeEx.
+Require Export OrderedTypeAlt.
Require Export FSetInterface.
Require Export FSetBridge.
Require Export FSetProperties.