Skip to content

Commit

Permalink
Cleanup usings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Korporal committed Jun 9, 2019
1 parent b72896b commit a7c3d3a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 24 deletions.
4 changes: 0 additions & 4 deletions Locking/ConsoleApp18/CriticalSections/CRITICAL_SECTION.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;

namespace CriticalSections
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
7 changes: 1 addition & 6 deletions Locking/ConsoleApp18/CriticalSections/Win32.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Runtime.InteropServices;

namespace CriticalSections
{
Expand Down
8 changes: 1 addition & 7 deletions Locking/ConsoleApp18/NativeCriticalSections/Program.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using CriticalSections;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Threading;

namespace ConsoleApp18
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using CriticalSections;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleApp18
{
Expand Down

0 comments on commit a7c3d3a

Please sign in to comment.