Skip to content

Commit

Permalink
Removing redundant namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 authored and Arlodotexe committed Aug 24, 2023
1 parent 0cdf9ac commit 1609407
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions components/Primitives/src/WrapLayout/UvBounds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using Windows.Foundation;
using Microsoft.UI.Xaml.Controls;

namespace CommunityToolkit.WinUI.Controls;

internal struct UvBounds
Expand Down
4 changes: 0 additions & 4 deletions components/Primitives/src/WrapLayout/UvMeasure.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.Diagnostics;
using Windows.Foundation;
using Microsoft.UI.Xaml.Controls;

namespace CommunityToolkit.WinUI.Controls;

[DebuggerDisplay("U = {U} V = {V}")]
Expand Down
2 changes: 0 additions & 2 deletions components/Primitives/src/WrapLayout/WrapItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using Microsoft.UI.Xaml;

namespace CommunityToolkit.WinUI.Controls;

internal class WrapItem
Expand Down
3 changes: 0 additions & 3 deletions components/Primitives/src/WrapLayout/WrapLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;
using Microsoft.UI.Xaml.Controls;
using System.Collections.Specialized;
using Windows.Foundation;
using Microsoft.UI.Xaml;

namespace CommunityToolkit.WinUI.Controls;

Expand Down
3 changes: 0 additions & 3 deletions components/Primitives/src/WrapLayout/WrapLayoutState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.UI.Xaml.Controls;

namespace CommunityToolkit.WinUI.Controls;
Expand Down

0 comments on commit 1609407

Please sign in to comment.