Skip to content

Commit 1609407

Browse files
niels9001Arlodotexe
authored andcommitted
Removing redundant namespaces
1 parent 0cdf9ac commit 1609407

File tree

5 files changed

+0
-15
lines changed

5 files changed

+0
-15
lines changed

components/Primitives/src/WrapLayout/UvBounds.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using Windows.Foundation;
6-
using Microsoft.UI.Xaml.Controls;
7-
85
namespace CommunityToolkit.WinUI.Controls;
96

107
internal struct UvBounds

components/Primitives/src/WrapLayout/UvMeasure.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System.Diagnostics;
6-
using Windows.Foundation;
7-
using Microsoft.UI.Xaml.Controls;
8-
95
namespace CommunityToolkit.WinUI.Controls;
106

117
[DebuggerDisplay("U = {U} V = {V}")]

components/Primitives/src/WrapLayout/WrapItem.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using Microsoft.UI.Xaml;
6-
75
namespace CommunityToolkit.WinUI.Controls;
86

97
internal class WrapItem

components/Primitives/src/WrapLayout/WrapLayout.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
65
using Microsoft.UI.Xaml.Controls;
76
using System.Collections.Specialized;
8-
using Windows.Foundation;
9-
using Microsoft.UI.Xaml;
107

118
namespace CommunityToolkit.WinUI.Controls;
129

components/Primitives/src/WrapLayout/WrapLayoutState.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
85
using Microsoft.UI.Xaml.Controls;
96

107
namespace CommunityToolkit.WinUI.Controls;

0 commit comments

Comments
 (0)