Skip to content

Commit

Permalink
adapt to coq/coq#17281
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Feb 22, 2023
1 parent 48f5b60 commit 93f79b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arithmetic/SolinasReduction.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Require Import Crypto.Arithmetic.ModOps.
Require Import Crypto.Arithmetic.Partition.
Require Import Crypto.Arithmetic.UniformWeight.
Require Import Crypto.Arithmetic.Saturated.
Require Coq.btauto.Btauto.
Require Import (*hints*) Coq.btauto.Algebra.
Require Coq.Structures.OrdersEx.
Require Import Crypto.Util.ListUtil.StdlibCompat.
Require Import Crypto.Util.ZUtil.ModInv.
Expand Down
1 change: 1 addition & 0 deletions src/Bedrock/Field/Translation/Proofs/ValidComputable/Cmd.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Require Import Coq.ZArith.ZArith.
Require Import Coq.Bool.Bool.
Require Import Coq.Lists.List.
Require Import Coq.micromega.Lia.
Require Import (*hints*) Coq.btauto.Algebra.
Require Import bedrock2.Syntax.
Require Import coqutil.Word.Interface coqutil.Word.Properties.
Require Import coqutil.Map.Interface.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Require Import Coq.ZArith.ZArith.
Require Import Coq.Bool.Bool.
Require Import Coq.Lists.List.
Require Import Coq.micromega.Lia.
Require Import (*hints*) Coq.btauto.Algebra.
Require Import bedrock2.Syntax.
Require Import coqutil.Word.Interface coqutil.Word.Properties.
Require Import coqutil.Map.Interface.
Expand Down

0 comments on commit 93f79b6

Please sign in to comment.