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/ssreflect/seq.v | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mathcomp/ssreflect/seq.v') diff --git a/mathcomp/ssreflect/seq.v b/mathcomp/ssreflect/seq.v index 43fd30d..1c8e150 100644 --- a/mathcomp/ssreflect/seq.v +++ b/mathcomp/ssreflect/seq.v @@ -1,8 +1,6 @@ (* (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. +From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat. (******************************************************************************) (* The seq type is the ssreflect type for sequences; it is an alias for the *) -- cgit v1.2.3