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/algebra/matrix.v | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'mathcomp/algebra/matrix.v') diff --git a/mathcomp/algebra/matrix.v b/mathcomp/algebra/matrix.v index 2580741..d3142d6 100644 --- a/mathcomp/algebra/matrix.v +++ b/mathcomp/algebra/matrix.v @@ -1,12 +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 seq div choice fintype. -From mathcomp -Require Import finfun bigop prime binomial ssralg finset fingroup finalg. -From mathcomp -Require Import perm zmodp countalg. +From mathcomp Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq choice. +From mathcomp Require Import fintype finfun bigop finset fingroup perm. +From mathcomp Require Import div prime binomial ssralg finalg zmodp countalg. (******************************************************************************) (* Basic concrete linear algebra : definition of type for matrices, and all *) -- cgit v1.2.3