Skip to content

Commit 39d04b1

Browse files
committed
Remove redundant usings
1 parent 6365728 commit 39d04b1

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationCore/MS/internal/FontCache/FontSourceCollection.cs

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,9 @@
99
//
1010

1111
using System;
12-
using System.Collections.Generic;
13-
using System.ComponentModel;
14-
using System.Diagnostics;
15-
using System.Globalization;
1612
using System.IO;
17-
using System.IO.Packaging;
18-
using System.Net;
19-
using System.Runtime.InteropServices;
20-
using System.Security;
21-
using System.Windows;
22-
using System.Windows.Media;
23-
using System.Windows.Threading;
24-
25-
using Microsoft.Win32;
26-
27-
using MS.Win32;
28-
using MS.Utility;
29-
using MS.Internal;
30-
using MS.Internal.IO.Packaging;
31-
32-
using MS.Internal.PresentationCore;
13+
using System.Collections.Generic;
14+
3315
using MS.Internal.Text.TextInterface;
3416

3517
namespace MS.Internal.FontCache

0 commit comments

Comments
 (0)