aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/fingroup/presentation.v
diff options
context:
space:
mode:
Diffstat (limited to 'mathcomp/fingroup/presentation.v')
-rw-r--r--mathcomp/fingroup/presentation.v7
1 files changed, 2 insertions, 5 deletions
diff --git a/mathcomp/fingroup/presentation.v b/mathcomp/fingroup/presentation.v
index 7e3ad3c..af453aa 100644
--- a/mathcomp/fingroup/presentation.v
+++ b/mathcomp/fingroup/presentation.v
@@ -1,10 +1,7 @@
(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *)
(* Distributed under the terms of CeCILL-B. *)
-Require Import mathcomp.ssreflect.ssreflect.
-From mathcomp
-Require Import ssrbool ssrfun eqtype ssrnat seq fintype finset.
-From mathcomp
-Require Import fingroup morphism.
+From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq.
+From mathcomp Require Import fintype finset fingroup morphism.
(******************************************************************************)
(* Support for generator-and-relation presentations of groups. We provide the *)