diff --git a/source2/VSIP/Cosmos.VS.Windows/AssemblyUC.xaml.cs b/source2/VSIP/Cosmos.VS.Windows/AssemblyUC.xaml.cs index a4e739dbc..f422d7a96 100644 --- a/source2/VSIP/Cosmos.VS.Windows/AssemblyUC.xaml.cs +++ b/source2/VSIP/Cosmos.VS.Windows/AssemblyUC.xaml.cs @@ -13,7 +13,6 @@ using System.Windows.Navigation; using System.Windows.Shapes; using Cosmos.Compiler.Debug; using System.Windows.Threading; -using Cosmos.VS.Debug; using System.Threading; namespace Cosmos.Cosmos_VS_Windows diff --git a/source2/VSIP/Cosmos.VS.Windows/Cosmos.VS.WindowsPackage.cs b/source2/VSIP/Cosmos.VS.Windows/Cosmos.VS.WindowsPackage.cs index 4e087a756..5b04254c8 100644 --- a/source2/VSIP/Cosmos.VS.Windows/Cosmos.VS.WindowsPackage.cs +++ b/source2/VSIP/Cosmos.VS.Windows/Cosmos.VS.WindowsPackage.cs @@ -11,7 +11,6 @@ using Microsoft.VisualStudio.Shell; using System.Threading; using Cosmos.Compiler.Debug; using System.Windows.Threading; -using Cosmos.VS.Debug; using System.Collections.Generic; namespace Cosmos.Cosmos_VS_Windows diff --git a/source2/VSIP/Cosmos.VS.Windows/RegistersUC.xaml.cs b/source2/VSIP/Cosmos.VS.Windows/RegistersUC.xaml.cs index 1fc6c2f08..9f494b127 100644 --- a/source2/VSIP/Cosmos.VS.Windows/RegistersUC.xaml.cs +++ b/source2/VSIP/Cosmos.VS.Windows/RegistersUC.xaml.cs @@ -12,7 +12,6 @@ using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; using System.Windows.Threading; -using Cosmos.VS.Debug; using System.Threading; using Cosmos.Compiler.Debug;