Skip to content

Commit

Permalink
Fix: build was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
javierlcontreras committed Dec 4, 2024
1 parent 562f18f commit cb13592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FLT/FLT_files.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import FLT.EllipticCurve.Torsion
import FLT.ForMathlib.ActionTopology
import FLT.ForMathlib.Algebra
import FLT.ForMathlib.DomMulActMeasure
import FLT.ForMathlib.MeasurableSpacePadics
import FLT.ForMathlib.MiscLemmas
import FLT.ForMathlib.Topology.Algebra.Algebra
import FLT.FromMathlib.Algebra
Expand All @@ -33,6 +32,7 @@ import FLT.Mathlib.GroupTheory.Complement
import FLT.Mathlib.LinearAlgebra.Determinant
import FLT.Mathlib.MeasureTheory.Group.Action
import FLT.Mathlib.NumberTheory.Padics.PadicIntegers
import FLT.Mathlib.NumberTheory.Padics.MeasurableSpacePadics
import FLT.Mathlib.RingTheory.Norm.Defs
import FLT.MathlibExperiments.Coalgebra.Monoid
import FLT.MathlibExperiments.Coalgebra.Sweedler
Expand Down
2 changes: 1 addition & 1 deletion FLT/HaarMeasure/ConcreteCharCalculations.lean
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import Mathlib.MeasureTheory.Measure.Lebesgue.EqHaar
import Mathlib.RingTheory.Complex
import Mathlib.RingTheory.Localization.NumDen
import Mathlib.Analysis.Normed.Group.Ultra
import FLT.ForMathlib.MeasurableSpacePadics
import FLT.HaarMeasure.DistribHaarChar
import FLT.Mathlib.Analysis.Complex.Basic
import FLT.Mathlib.Data.Complex.Basic
import FLT.Mathlib.LinearAlgebra.Determinant
import FLT.Mathlib.MeasureTheory.Group.Action
import FLT.Mathlib.NumberTheory.Padics.PadicIntegers
import FLT.Mathlib.NumberTheory.Padics.MeasurableSpacePadics
import FLT.Mathlib.RingTheory.Norm.Defs

open Real Complex Padic MeasureTheory Measure NNReal Set TopologicalSpace
Expand Down

0 comments on commit cb13592

Please sign in to comment.