From 22c182b681c2852afa13efc2bc1d6d083646f061 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Fri, 26 Apr 2019 14:14:15 +0200 Subject: Cleaning Require and Require Imports --- mathcomp/fingroup/action.v | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'mathcomp/fingroup/action.v') diff --git a/mathcomp/fingroup/action.v b/mathcomp/fingroup/action.v index e1f64c8..a365c28 100644 --- a/mathcomp/fingroup/action.v +++ b/mathcomp/fingroup/action.v @@ -1,10 +1,8 @@ (* (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 div seq fintype. -From mathcomp -Require Import bigop finset fingroup morphism perm automorphism quotient. +From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat div seq. +From mathcomp Require Import fintype bigop finset fingroup morphism perm. +From mathcomp Require Import automorphism quotient. (******************************************************************************) (* Group action: orbits, stabilisers, transitivity. *) -- cgit v1.2.3