summaryrefslogtreecommitdiff
path: root/theories/FSets/FMaps.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/FSets/FMaps.v')
-rw-r--r--theories/FSets/FMaps.v8
1 files changed, 7 insertions, 1 deletions
diff --git a/theories/FSets/FMaps.v b/theories/FSets/FMaps.v
index ae5b86c9..72ccad3f 100644
--- a/theories/FSets/FMaps.v
+++ b/theories/FSets/FMaps.v
@@ -6,7 +6,13 @@
(* * GNU Lesser General Public License Version 2.1 *)
(***********************************************************************)
-(* $Id: FMaps.v 8667 2006-03-28 11:59:44Z letouzey $ *)
+(* $Id: FMaps.v 8844 2006-05-22 17:22:36Z letouzey $ *)
+Require Export OrderedType.
+Require Export OrderedTypeEx.
+Require Export OrderedTypeAlt.
Require Export FMapInterface.
Require Export FMapList.
+Require Export FMapPositive.
+Require Export FMapIntMap.
+Require Export FMapFacts. \ No newline at end of file