aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/field/fieldext.v
diff options
context:
space:
mode:
authorCyril Cohen2019-04-26 14:14:15 +0200
committerCyril Cohen2019-04-26 15:08:48 +0200
commit22c182b681c2852afa13efc2bc1d6d083646f061 (patch)
tree240ce34774221645650404da1337e94c5e3f63b3 /mathcomp/field/fieldext.v
parentdec1f90d13c44016ea53da360e9692fd768bc24b (diff)
Cleaning Require and Require Imports
Diffstat (limited to 'mathcomp/field/fieldext.v')
-rw-r--r--mathcomp/field/fieldext.v11
1 files changed, 4 insertions, 7 deletions
diff --git a/mathcomp/field/fieldext.v b/mathcomp/field/fieldext.v
index 7c89607..bb566bb 100644
--- a/mathcomp/field/fieldext.v
+++ b/mathcomp/field/fieldext.v
@@ -1,12 +1,9 @@
(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *)
(* Distributed under the terms of CeCILL-B. *)
-Require Import mathcomp.ssreflect.ssreflect.
-From mathcomp
-Require Import ssrfun ssrbool eqtype ssrnat seq div choice fintype.
-From mathcomp
-Require Import tuple finfun bigop ssralg finalg zmodp matrix vector falgebra.
-From mathcomp
-Require Import poly polydiv mxpoly generic_quotient.
+From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq div.
+From mathcomp Require Import choice fintype tuple finfun bigop ssralg finalg.
+From mathcomp Require Import zmodp matrix vector falgebra poly polydiv mxpoly.
+From mathcomp Require Import generic_quotient.
(******************************************************************************)
(* * Finite dimensional field extentions *)