Skip to content

Commit

Permalink
chore: add 2 #align_imports (#6003)
Browse files Browse the repository at this point in the history
- `Mathlib/Analysis/Calculus/BumpFunction/Convolution.lean` was extracted from `Mathlib/Analysis/Convolution.lean` in #5940 
- `Mathlib/Geometry/Euclidean/PerpBisector.lean` has lemmas moved from `Mathlib/Geometry/Euclidean/Basic.lean` in #5627
  • Loading branch information
urkud committed Jul 19, 2023
1 parent eb706c1 commit 752865f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mathlib/Analysis/Calculus/BumpFunction/Convolution.lean
Expand Up @@ -6,6 +6,8 @@ Authors: Floris van Doorn
import Mathlib.Analysis.Convolution
import Mathlib.Analysis.Calculus.BumpFunction.Normed

#align_import analysis.convolution from "leanprover-community/mathlib"@"8905e5ed90859939681a725b00f6063e65096d95"

/-!
# Convolution of a bump function
Expand Down
3 changes: 3 additions & 0 deletions Mathlib/Geometry/Euclidean/PerpBisector.lean
Expand Up @@ -4,6 +4,9 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Yury Kudryashov, Joseph Myers
-/
import Mathlib.Analysis.InnerProductSpace.Orthogonal

#align_import geometry.euclidean.basic from "leanprover-community/mathlib"@"2de9c37fa71dde2f1c6feff19876dd6a7b1519f0"

/-!
# Perpendicular bisector of a segment
Expand Down

0 comments on commit 752865f

Please sign in to comment.