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/polyXY.v | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'mathcomp/algebra/polyXY.v') diff --git a/mathcomp/algebra/polyXY.v b/mathcomp/algebra/polyXY.v index 82a4afb..e91b8be 100644 --- a/mathcomp/algebra/polyXY.v +++ b/mathcomp/algebra/polyXY.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 choice eqtype ssrnat seq div fintype. -From mathcomp -Require Import tuple finfun bigop fingroup perm ssralg zmodp matrix mxalgebra. -From mathcomp -Require Import poly polydiv mxpoly binomial. +From mathcomp Require Import ssreflect ssrfun ssrbool eqtype choice ssrnat seq. +From mathcomp Require Import fintype tuple finfun bigop fingroup perm div. +From mathcomp Require Import ssralg zmodp matrix mxalgebra. +From mathcomp Require Import poly polydiv mxpoly binomial. (******************************************************************************) (* This file provides additional primitives and theory for bivariate *) -- cgit v1.2.3