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/fraction.v | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'mathcomp/algebra/fraction.v') diff --git a/mathcomp/algebra/fraction.v b/mathcomp/algebra/fraction.v index dd3ce30..b9aa3ca 100644 --- a/mathcomp/algebra/fraction.v +++ b/mathcomp/algebra/fraction.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 div seq choice tuple. -From mathcomp -Require Import bigop ssralg poly polydiv generic_quotient. +From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat div seq. +From mathcomp Require Import choice tuple bigop ssralg poly polydiv. +From mathcomp Require Import generic_quotient. (* This file builds the field of fraction of any integral domain. *) (* The main result of this file is the existence of the field *) -- cgit v1.2.3