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/solvable/maximal.v | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'mathcomp/solvable/maximal.v') diff --git a/mathcomp/solvable/maximal.v b/mathcomp/solvable/maximal.v index 781abbe..f3d79fc 100644 --- a/mathcomp/solvable/maximal.v +++ b/mathcomp/solvable/maximal.v @@ -1,16 +1,11 @@ (* (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 choice div fintype. -From mathcomp -Require Import finfun bigop finset prime binomial fingroup morphism perm. -From mathcomp -Require Import automorphism quotient action commutator gproduct gfunctor. -From mathcomp -Require Import ssralg finalg zmodp cyclic pgroup center gseries. -From mathcomp -Require Import nilpotent sylow abelian finmodule. +From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq choice. +From mathcomp Require Import div fintype finfun bigop finset prime binomial. +From mathcomp Require Import fingroup morphism perm automorphism quotient. +From mathcomp Require Import action commutator gproduct gfunctor ssralg. +From mathcomp Require Import finalg zmodp cyclic pgroup center gseries. +From mathcomp Require Import nilpotent sylow abelian finmodule. (******************************************************************************) (* This file establishes basic properties of several important classes of *) -- cgit v1.2.3