File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Mathlib/Algebra/QuadraticAlgebra Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1084,8 +1084,8 @@ import Mathlib.Algebra.Polynomial.UnitTrinomial
10841084import Mathlib.Algebra.PresentedMonoid.Basic
10851085import Mathlib.Algebra.Prime.Defs
10861086import Mathlib.Algebra.Prime.Lemmas
1087- import Mathlib.Algebra.QuadraticAlgebra
10881087import Mathlib.Algebra.QuadraticAlgebra.Basic
1088+ import Mathlib.Algebra.QuadraticAlgebra.Defs
10891089import Mathlib.Algebra.QuadraticDiscriminant
10901090import Mathlib.Algebra.Quandle
10911091import Mathlib.Algebra.Quaternion
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
44Authors: Antoine Chambert-Loir
55-/
66
7- import Mathlib.Algebra.QuadraticAlgebra
7+ import Mathlib.Algebra.QuadraticAlgebra.Defs
88import Mathlib.Algebra.Star.Unitary
99import Mathlib.Tactic.FieldSimp
1010
File renamed without changes.
You can’t perform that action at this time.
0 commit comments