aboutsummaryrefslogtreecommitdiff
path: root/src/LegacyArithmetic/MontgomeryReduction.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/LegacyArithmetic/MontgomeryReduction.v')
-rw-r--r--src/LegacyArithmetic/MontgomeryReduction.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LegacyArithmetic/MontgomeryReduction.v b/src/LegacyArithmetic/MontgomeryReduction.v
index c3538dd01..786e08d28 100644
--- a/src/LegacyArithmetic/MontgomeryReduction.v
+++ b/src/LegacyArithmetic/MontgomeryReduction.v
@@ -5,7 +5,7 @@ Require Import Coq.ZArith.ZArith Coq.Lists.List Coq.Classes.Morphisms Coq.microm
Require Import Crypto.Arithmetic.MontgomeryReduction.Definition.
Require Import Crypto.Arithmetic.MontgomeryReduction.Proofs.
Require Import Crypto.LegacyArithmetic.ZBounded.
-Require Import Crypto.Util.ZUtil.
+Require Import Crypto.Util.ZUtil.EquivModulo.
Require Import Crypto.Util.Tactics.Test.
Require Import Crypto.Util.Tactics.Not.
Require Import Crypto.Util.LetIn.