aboutsummaryrefslogtreecommitdiff
path: root/mathcomp
diff options
context:
space:
mode:
authorCyril Cohen2015-12-12 06:38:42 -0500
committerCyril Cohen2015-12-12 19:07:33 -0500
commit06dd97bf63c69b04b9a665cac1311600f4c1692a (patch)
tree6ac12cab141076f5d31480804c7b9806ad6a4efb /mathcomp
parentad931e65a902120e96b9ec47f264015db033135d (diff)
fixing requires in stripped odd order
Diffstat (limited to 'mathcomp')
-rw-r--r--mathcomp/odd_order/stripped_odd_order_theorem.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/mathcomp/odd_order/stripped_odd_order_theorem.v b/mathcomp/odd_order/stripped_odd_order_theorem.v
index 3edca44..a53f66c 100644
--- a/mathcomp/odd_order/stripped_odd_order_theorem.v
+++ b/mathcomp/odd_order/stripped_odd_order_theorem.v
@@ -1,7 +1,10 @@
(* (c) Copyright 2006-2015 Microsoft Corporation and Inria. *)
(* Distributed under the terms of CeCILL-B. *)
-Require Prelude ssreflect ssrbool ssrfun eqtype ssrnat fintype finset fingroup.
+From mathcomp
+Require ssreflect ssrbool ssrfun eqtype ssrnat fintype finset fingroup.
+From mathcomp
Require morphism quotient action gfunctor gproduct commutator gseries nilpotent.
+From mathcomp
Require PFsection14.
(******************************************************************************)