aboutsummaryrefslogtreecommitdiff
path: root/src/BoundedArithmetic/Double/Proofs/BitwiseOr.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/BoundedArithmetic/Double/Proofs/BitwiseOr.v')
-rw-r--r--src/BoundedArithmetic/Double/Proofs/BitwiseOr.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BoundedArithmetic/Double/Proofs/BitwiseOr.v b/src/BoundedArithmetic/Double/Proofs/BitwiseOr.v
index 3a3748546..048b83887 100644
--- a/src/BoundedArithmetic/Double/Proofs/BitwiseOr.v
+++ b/src/BoundedArithmetic/Double/Proofs/BitwiseOr.v
@@ -3,7 +3,7 @@ Require Import Crypto.BoundedArithmetic.Interface.
Require Import Crypto.BoundedArithmetic.Double.Core.
Require Import Crypto.BoundedArithmetic.Double.Proofs.Decode.
Require Import Crypto.Util.ZUtil.
-Require Import Crypto.Util.Tactics.
+Require Import Crypto.Util.Tactics.BreakMatch.
Local Open Scope Z_scope.