Skip to content

Commit ef063cb

Browse files
committed
Stop depending on all_ssreflect
1 parent 1e5a167 commit ef063cb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

theories/polyrcf.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *)
22
(* Distributed under the terms of CeCILL-B. *)
3-
From mathcomp Require Import all_ssreflect all_algebra polyorder.
3+
From mathcomp Require Import all_boot order all_algebra polyorder.
44
Unset SsrOldRewriteGoalsOrder. (* remove the line when requiring MathComp >= 2.6 *)
55

66
(****************************************************************************)

theories/qe_rcf_th.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *)
22
(* Distributed under the terms of CeCILL-B. *)
33
From Corelib Require Import Setoid.
4-
From mathcomp Require Import all_ssreflect all_algebra.
4+
From mathcomp Require Import all_boot order all_algebra.
55
From mathcomp Require Import polyorder polyrcf mxtens.
66
Unset SsrOldRewriteGoalsOrder. (* remove the line when requiring MathComp >= 2.6 *)
77

theories/realalg.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *)
22
(* Distributed under the terms of CeCILL-B. *)
33
From HB Require Import structures.
4-
From mathcomp Require Import all_ssreflect all_algebra all_field bigenough.
4+
From mathcomp Require Import all_boot order all_algebra all_field bigenough.
55
From mathcomp Require Import polyorder cauchyreals.
66
Unset SsrOldRewriteGoalsOrder. (* remove the line when requiring MathComp >= 2.6 *)
77

0 commit comments

Comments
 (0)