Skip to content

Commit

Permalink
Optimise usings
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Jul 11, 2018
1 parent 96e68c1 commit bfef445
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Project/Src/Document/Selection/SelectionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Text;

namespace ICSharpCode.TextEditor.Document
Expand Down
1 change: 0 additions & 1 deletion Project/Src/Gui/Caret.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// </file>

using System;
using System.Diagnostics;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
Expand Down

0 comments on commit bfef445

Please sign in to comment.