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/zmodp.v | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'mathcomp/algebra/zmodp.v') diff --git a/mathcomp/algebra/zmodp.v b/mathcomp/algebra/zmodp.v index 5e931ef..9371721 100644 --- a/mathcomp/algebra/zmodp.v +++ b/mathcomp/algebra/zmodp.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 div. -From mathcomp -Require Import fintype bigop finset prime fingroup ssralg finalg countalg. +From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq div. +From mathcomp Require Import fintype bigop finset prime fingroup. +From mathcomp Require Import ssralg finalg countalg. (******************************************************************************) (* Definition of the additive group and ring Zp, represented as 'I_p *) -- cgit v1.2.3