aboutsummaryrefslogtreecommitdiff
path: root/src/LegacyArithmetic/ZBounded.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/LegacyArithmetic/ZBounded.v')
-rw-r--r--src/LegacyArithmetic/ZBounded.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LegacyArithmetic/ZBounded.v b/src/LegacyArithmetic/ZBounded.v
index bccbf7428..2eec4122b 100644
--- a/src/LegacyArithmetic/ZBounded.v
+++ b/src/LegacyArithmetic/ZBounded.v
@@ -2,7 +2,7 @@
(** This file specifies a ℤ-like type of bounded integers, with
operations for Montgomery Reduction and Barrett Reduction. *)
Require Import Coq.ZArith.ZArith.
-Require Import Crypto.Util.ZUtil.
+Require Import Crypto.Util.ZUtil.Tactics.LtbToLt.
Require Import Crypto.Util.Tactics.BreakMatch.
Require Import Crypto.Util.Notations.