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/countalg.v | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'mathcomp/algebra/countalg.v') diff --git a/mathcomp/algebra/countalg.v b/mathcomp/algebra/countalg.v index 962a296..3aaa02d 100644 --- a/mathcomp/algebra/countalg.v +++ b/mathcomp/algebra/countalg.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 ssrfun ssrbool eqtype ssrnat seq choice fintype. -From mathcomp -Require Import bigop ssralg generic_quotient ring_quotient. +From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq choice. +From mathcomp Require Import fintype bigop ssralg. +From mathcomp Require Import generic_quotient ring_quotient. (*****************************************************************************) (* This file clones part of ssralg hierachy for countable types; it does not *) -- cgit v1.2.3