aboutsummaryrefslogtreecommitdiff
path: root/src/Reflection/InterpWf.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reflection/InterpWf.v')
-rw-r--r--src/Reflection/InterpWf.v4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Reflection/InterpWf.v b/src/Reflection/InterpWf.v
index b3b83698e..e4c3e7de0 100644
--- a/src/Reflection/InterpWf.v
+++ b/src/Reflection/InterpWf.v
@@ -5,7 +5,9 @@ Require Import Crypto.Reflection.Relations.
Require Import Crypto.Util.Tuple.
Require Import Crypto.Util.Sigma.
Require Import Crypto.Util.Prod.
-Require Import Crypto.Util.Tactics.
+Require Import Crypto.Util.Tactics.DestructHead.
+Require Import Crypto.Util.Tactics.SpecializeBy.
+Require Import Crypto.Util.Tactics.RewriteHyp.
Require Import Crypto.Util.Notations.
Local Open Scope ctype_scope.
Local Open Scope expr_scope.