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