aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2019-04-17 22:43:56 +0200
committerKazuhiko Sakaguchi2019-04-17 22:43:56 +0200
commit4e33a068c5451a37d36d94714c966232bc130626 (patch)
tree1c7427aae5ef0691f0ba36756e75f8cc5ac60c30 /mathcomp/algebra
parent05f8cfcedcd8e31dce0336f4000a199824a893dd (diff)
ssrnum doesn't use zmodp
Diffstat (limited to 'mathcomp/algebra')
-rw-r--r--mathcomp/algebra/ssrnum.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/algebra/ssrnum.v b/mathcomp/algebra/ssrnum.v
index a1975ff..e287c9e 100644
--- a/mathcomp/algebra/ssrnum.v
+++ b/mathcomp/algebra/ssrnum.v
@@ -4,7 +4,7 @@ Require Import mathcomp.ssreflect.ssreflect.
From mathcomp
Require Import ssrfun ssrbool eqtype ssrnat seq div choice fintype path.
From mathcomp
-Require Import bigop ssralg finset fingroup zmodp poly.
+Require Import bigop ssralg finset fingroup poly.
(******************************************************************************)
(* *)