diff --git a/.vs/STSdb4/v15/sqlite3/storage.ide b/.vs/STSdb4/v15/sqlite3/storage.ide new file mode 100644 index 0000000..84126b0 Binary files /dev/null and b/.vs/STSdb4/v15/sqlite3/storage.ide differ diff --git a/STSdb4.GettingStarted/Program.cs b/STSdb4.GettingStarted/Program.cs index f7ae82f..f177712 100644 --- a/STSdb4.GettingStarted/Program.cs +++ b/STSdb4.GettingStarted/Program.cs @@ -1,19 +1,9 @@ -using DatabaseBenchmark; -using STSdb4.Data; +using DatabaseBenchmark; using STSdb4.Database; using STSdb4.General.Extensions; using System; -using System.Collections.Generic; -using System.Linq; using System.Diagnostics; using System.IO; -using System.Text; -using STSdb4.Storage; -using System.Globalization; -using System.Threading; -using STSdb4.WaterfallTree; -using STSdb4.General.Collections; -using STSdb4.General.Comparers; namespace STSdb4.GettingStarted { diff --git a/STSdb4.GettingStarted/Properties/AssemblyInfo.cs b/STSdb4.GettingStarted/Properties/AssemblyInfo.cs index 9b6b87f..ef51df6 100644 --- a/STSdb4.GettingStarted/Properties/AssemblyInfo.cs +++ b/STSdb4.GettingStarted/Properties/AssemblyInfo.cs @@ -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 diff --git a/STSdb4.GettingStarted/Tick.cs b/STSdb4.GettingStarted/Tick.cs index 1a8487b..f5dea76 100644 --- a/STSdb4.GettingStarted/Tick.cs +++ b/STSdb4.GettingStarted/Tick.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace DatabaseBenchmark { diff --git a/STSdb4.GettingStarted/TicksGenerator.cs b/STSdb4.GettingStarted/TicksGenerator.cs index 49de934..df6ac25 100644 --- a/STSdb4.GettingStarted/TicksGenerator.cs +++ b/STSdb4.GettingStarted/TicksGenerator.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Globalization; using System.Linq; -using System.Text; namespace DatabaseBenchmark { diff --git a/STSdb4.Server/AboutBox.cs b/STSdb4.Server/AboutBox.cs index f7ebf78..ec5732f 100644 --- a/STSdb4.Server/AboutBox.cs +++ b/STSdb4.Server/AboutBox.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Drawing; -using System.Linq; using System.Reflection; using System.Windows.Forms; diff --git a/STSdb4.Server/MainForm.cs b/STSdb4.Server/MainForm.cs index 85e1f7b..5939f3a 100644 --- a/STSdb4.Server/MainForm.cs +++ b/STSdb4.Server/MainForm.cs @@ -1,16 +1,5 @@ using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Net; -using System.Net.Sockets; -using System.Text; using System.Windows.Forms; -using System.Diagnostics; -using System.Collections.Concurrent; -using STSdb4.General.Communication; namespace STSdb4.Server { diff --git a/STSdb4.Server/Program.cs b/STSdb4.Server/Program.cs index aa1c921..6b93017 100644 --- a/STSdb4.Server/Program.cs +++ b/STSdb4.Server/Program.cs @@ -1,15 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.ServiceProcess; -using System.Text; -using System.Threading.Tasks; -using System.Threading; -using STSdb4.Database; -using STSdb4.Data; -using STSdb4.Database.Operations; -using STSdb4.WaterfallTree; -using System.IO; +using System.ServiceProcess; using System.Configuration; using STSdb4.Remote; diff --git a/STSdb4.Server/Properties/AssemblyInfo.cs b/STSdb4.Server/Properties/AssemblyInfo.cs index b06bed1..74fa8ba 100644 --- a/STSdb4.Server/Properties/AssemblyInfo.cs +++ b/STSdb4.Server/Properties/AssemblyInfo.cs @@ -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 diff --git a/STSdb4.Server/STSdb4Service.cs b/STSdb4.Server/STSdb4Service.cs index 1d1ea77..3e1af04 100644 --- a/STSdb4.Server/STSdb4Service.cs +++ b/STSdb4.Server/STSdb4Service.cs @@ -1,17 +1,8 @@ using STSdb4.Database; using STSdb4.General.Communication; using STSdb4.Remote; -using System; -using System.Collections.Generic; -using System.ComponentModel; using System.Configuration; -using System.Data; -using System.Diagnostics; -using System.Linq; using System.ServiceProcess; -using System.Text; -using System.Threading; -using System.Threading.Tasks; using System.Windows.Forms; namespace STSdb4.Server diff --git a/STSdb4.Server/UsersAndExceptionHandler.cs b/STSdb4.Server/UsersAndExceptionHandler.cs index 6da9639..c1629d9 100644 --- a/STSdb4.Server/UsersAndExceptionHandler.cs +++ b/STSdb4.Server/UsersAndExceptionHandler.cs @@ -1,13 +1,9 @@ using STSdb4.General.Communication; using System; -using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; -using System.Linq; using System.Net; -using System.Text; using System.Threading; -using System.Threading.Tasks; using System.Windows.Forms; namespace STSdb4.Server diff --git a/STSdb4/Data/CompareOption.cs b/STSdb4/Data/CompareOption.cs index 7749666..803ac55 100644 --- a/STSdb4/Data/CompareOption.cs +++ b/STSdb4/Data/CompareOption.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.Linq; -using System.Text; -using STSdb4.General.Collections; using STSdb4.General.Comparers; using STSdb4.General.Extensions; using System.IO; diff --git a/STSdb4/Data/Comparer.cs b/STSdb4/Data/Comparer.cs index a6e9582..c888b7e 100644 --- a/STSdb4/Data/Comparer.cs +++ b/STSdb4/Data/Comparer.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; -using System.Text; using STSdb4.General.Extensions; using System.Reflection; using STSdb4.General.Comparers; diff --git a/STSdb4/Data/Data.cs b/STSdb4/Data/Data.cs index ca06e2d..3571549 100644 --- a/STSdb4/Data/Data.cs +++ b/STSdb4/Data/Data.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.Data +namespace STSdb4.Data { public class Data : IData { diff --git a/STSdb4/Data/DataComparer.cs b/STSdb4/Data/DataComparer.cs index 3fe2d0e..b5ecd1b 100644 --- a/STSdb4/Data/DataComparer.cs +++ b/STSdb4/Data/DataComparer.cs @@ -1,9 +1,7 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; namespace STSdb4.Data { diff --git a/STSdb4/Data/DataEqualityComparer.cs b/STSdb4/Data/DataEqualityComparer.cs index 4d7bdc6..ab0add0 100644 --- a/STSdb4/Data/DataEqualityComparer.cs +++ b/STSdb4/Data/DataEqualityComparer.cs @@ -1,11 +1,7 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; -using STSdb4.General.Extensions; -using STSdb4.General.Comparers; namespace STSdb4.Data { diff --git a/STSdb4/Data/DataExtensions.cs b/STSdb4/Data/DataExtensions.cs index e71a35a..6168f05 100644 --- a/STSdb4/Data/DataExtensions.cs +++ b/STSdb4/Data/DataExtensions.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Linq.Expressions; -using System.Text; +using System.Linq.Expressions; namespace STSdb4.Data { diff --git a/STSdb4/Data/DataIndexerPersist.cs b/STSdb4/Data/DataIndexerPersist.cs index 1607b84..0b17ce1 100644 --- a/STSdb4/Data/DataIndexerPersist.cs +++ b/STSdb4/Data/DataIndexerPersist.cs @@ -1,14 +1,9 @@ using STSdb4.General.Persist; using System; -using System.Collections.Generic; using System.IO; -using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; using STSdb4.General.Extensions; -using System.Threading.Tasks; -using STSdb4.General.Compression; namespace STSdb4.Data { diff --git a/STSdb4/Data/DataPersist.cs b/STSdb4/Data/DataPersist.cs index 64de1c5..754f73e 100644 --- a/STSdb4/Data/DataPersist.cs +++ b/STSdb4/Data/DataPersist.cs @@ -1,12 +1,8 @@ using STSdb4.General.Persist; using System; -using System.Collections.Generic; using System.IO; -using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; -using System.Reflection; namespace STSdb4.Data { diff --git a/STSdb4/Data/DataToObjects.cs b/STSdb4/Data/DataToObjects.cs index 6aee2b6..5031ae2 100644 --- a/STSdb4/Data/DataToObjects.cs +++ b/STSdb4/Data/DataToObjects.cs @@ -1,9 +1,7 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; using STSdb4.General.Extensions; namespace STSdb4.Data diff --git a/STSdb4/Data/DataToString.cs b/STSdb4/Data/DataToString.cs index 6a2aaee..d1ee67e 100644 --- a/STSdb4/Data/DataToString.cs +++ b/STSdb4/Data/DataToString.cs @@ -2,8 +2,6 @@ using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; -using System.Text; -using STSdb4.General.Extensions; using System.Reflection; namespace STSdb4.Data diff --git a/STSdb4/Data/DataTransformer.cs b/STSdb4/Data/DataTransformer.cs index 4d6b00a..9ccc37b 100644 --- a/STSdb4/Data/DataTransformer.cs +++ b/STSdb4/Data/DataTransformer.cs @@ -1,10 +1,7 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; -using System.Threading; namespace STSdb4.Data { diff --git a/STSdb4/Data/DataType.cs b/STSdb4/Data/DataType.cs index 7a68945..5373f31 100644 --- a/STSdb4/Data/DataType.cs +++ b/STSdb4/Data/DataType.cs @@ -1,11 +1,8 @@ using System; using System.Collections; using System.Collections.Generic; -using System.Diagnostics; using System.IO; using System.Linq; -using System.Reflection; -using System.Text; namespace STSdb4.Data { diff --git a/STSdb4/Data/DataTypeUtils.cs b/STSdb4/Data/DataTypeUtils.cs index e842185..facedac 100644 --- a/STSdb4/Data/DataTypeUtils.cs +++ b/STSdb4/Data/DataTypeUtils.cs @@ -1,12 +1,9 @@ -using STSdb4.General.Comparers; -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using STSdb4.General.Extensions; -using System.Text; using System.Collections.Concurrent; -using System.Diagnostics; namespace STSdb4.Data { diff --git a/STSdb4/Data/EqualityComparer.cs b/STSdb4/Data/EqualityComparer.cs index 06a0394..c0d98fa 100644 --- a/STSdb4/Data/EqualityComparer.cs +++ b/STSdb4/Data/EqualityComparer.cs @@ -6,7 +6,6 @@ using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; namespace STSdb4.Data { diff --git a/STSdb4/Data/IData.cs b/STSdb4/Data/IData.cs index 180113c..702cc1a 100644 --- a/STSdb4/Data/IData.cs +++ b/STSdb4/Data/IData.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.Data +namespace STSdb4.Data { public interface IData { diff --git a/STSdb4/Data/IToObjects.cs b/STSdb4/Data/IToObjects.cs index 28c7c42..656dad8 100644 --- a/STSdb4/Data/IToObjects.cs +++ b/STSdb4/Data/IToObjects.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.Data +namespace STSdb4.Data { public interface IToObjects : ITransformer { diff --git a/STSdb4/Data/IToString.cs b/STSdb4/Data/IToString.cs index fd869c9..78d2ef3 100644 --- a/STSdb4/Data/IToString.cs +++ b/STSdb4/Data/IToString.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.Data +namespace STSdb4.Data { public interface IToString : ITransformer { diff --git a/STSdb4/Data/ITransformer.cs b/STSdb4/Data/ITransformer.cs index b1d3de3..c319d11 100644 --- a/STSdb4/Data/ITransformer.cs +++ b/STSdb4/Data/ITransformer.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.Data +namespace STSdb4.Data { public interface ITransformer { diff --git a/STSdb4/Data/IndexerPersist.cs b/STSdb4/Data/IndexerPersist.cs index 37936be..5fde24c 100644 --- a/STSdb4/Data/IndexerPersist.cs +++ b/STSdb4/Data/IndexerPersist.cs @@ -5,7 +5,6 @@ using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; using STSdb4.General.Extensions; using System.Threading.Tasks; using STSdb4.General.Compression; diff --git a/STSdb4/Data/Persist.cs b/STSdb4/Data/Persist.cs index 7939cae..2aaa8a0 100644 --- a/STSdb4/Data/Persist.cs +++ b/STSdb4/Data/Persist.cs @@ -1,16 +1,13 @@ using STSdb4.General.Persist; using System; using System.Collections.Generic; -using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; using STSdb4.General.Extensions; using System.Diagnostics; using System.IO; using STSdb4.General.Compression; using STSdb4.General.Comparers; -using System.Threading; namespace STSdb4.Data { diff --git a/STSdb4/Data/Slots.cs b/STSdb4/Data/Slots.cs index 65d42fa..451df6a 100644 --- a/STSdb4/Data/Slots.cs +++ b/STSdb4/Data/Slots.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.Data { diff --git a/STSdb4/Data/SlotsBuilder.cs b/STSdb4/Data/SlotsBuilder.cs index 2ba87a4..5f2d7fe 100644 --- a/STSdb4/Data/SlotsBuilder.cs +++ b/STSdb4/Data/SlotsBuilder.cs @@ -2,11 +2,8 @@ using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Concurrent; -using System.Collections.Generic; -using System.Linq; using System.Reflection; using System.Reflection.Emit; -using System.Text; namespace STSdb4.Data { diff --git a/STSdb4/Data/Transformer.cs b/STSdb4/Data/Transformer.cs index ca5ba57..6929a58 100644 --- a/STSdb4/Data/Transformer.cs +++ b/STSdb4/Data/Transformer.cs @@ -4,7 +4,6 @@ using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; using STSdb4.General.Extensions; namespace STSdb4.Data diff --git a/STSdb4/Data/ValueToObjects.cs b/STSdb4/Data/ValueToObjects.cs index 949340b..dc5368a 100644 --- a/STSdb4/Data/ValueToObjects.cs +++ b/STSdb4/Data/ValueToObjects.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; -using System.Text; using STSdb4.General.Extensions; using System.Reflection; diff --git a/STSdb4/Database/IStorageEngine.cs b/STSdb4/Database/IStorageEngine.cs index 187d363..9b094c5 100644 --- a/STSdb4/Database/IStorageEngine.cs +++ b/STSdb4/Database/IStorageEngine.cs @@ -2,9 +2,6 @@ using STSdb4.WaterfallTree; using System; using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; namespace STSdb4.Database { diff --git a/STSdb4/Database/ITable.cs b/STSdb4/Database/ITable.cs index 883f13f..83a46f1 100644 --- a/STSdb4/Database/ITable.cs +++ b/STSdb4/Database/ITable.cs @@ -1,8 +1,5 @@ using STSdb4.WaterfallTree; -using System; using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.Database { diff --git a/STSdb4/Database/OperationCollection.cs b/STSdb4/Database/OperationCollection.cs index ec46772..79fe714 100644 --- a/STSdb4/Database/OperationCollection.cs +++ b/STSdb4/Database/OperationCollection.cs @@ -1,10 +1,6 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Collections.Generic; using STSdb4.Database.Operations; using STSdb4.WaterfallTree; -using System.Collections; using STSdb4.Data; using System.Diagnostics; using STSdb4.General.Extensions; diff --git a/STSdb4/Database/OperationCollectionFactory.cs b/STSdb4/Database/OperationCollectionFactory.cs index 254ac62..56a5924 100644 --- a/STSdb4/Database/OperationCollectionFactory.cs +++ b/STSdb4/Database/OperationCollectionFactory.cs @@ -1,8 +1,4 @@ using STSdb4.WaterfallTree; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.Database { diff --git a/STSdb4/Database/OperationCollectionPersist.cs b/STSdb4/Database/OperationCollectionPersist.cs index 473e6ab..982cda9 100644 --- a/STSdb4/Database/OperationCollectionPersist.cs +++ b/STSdb4/Database/OperationCollectionPersist.cs @@ -1,13 +1,8 @@ -using STSdb4.General.Compression; -using STSdb4.Data; +using STSdb4.Data; using STSdb4.Database.Operations; using STSdb4.WaterfallTree; using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using STSdb4.General.Collections; using STSdb4.General.Persist; namespace STSdb4.Database diff --git a/STSdb4/Database/OperationPersist.cs b/STSdb4/Database/OperationPersist.cs index 98fab05..c2958a1 100644 --- a/STSdb4/Database/OperationPersist.cs +++ b/STSdb4/Database/OperationPersist.cs @@ -1,14 +1,4 @@ -using STSdb4.Data; -using STSdb4.Database.Operations; -using STSdb4.General.Persist; -using STSdb4.WaterfallTree; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; - -namespace STSdb4.Database +namespace STSdb4.Database { //public class OperationPersist : IPersist //{ @@ -59,14 +49,14 @@ namespace STSdb4.Database // private void WriteDeleteOperation(BinaryWriter writer, IOperation operation) // { // DeleteOperation opr = (DeleteOperation)operation; - + // KeyPersist.Write(writer, operation.FromKey); // } // private void WriteDeleteRangeOperation(BinaryWriter writer, IOperation operation) // { // DeleteRangeOperation opr = (DeleteRangeOperation)operation; - + // KeyPersist.Write(writer, operation.FromKey); // KeyPersist.Write(writer, operation.ToKey); // } diff --git a/STSdb4/Database/Operations/OperationCode.cs b/STSdb4/Database/Operations/OperationCode.cs index 0ca1b08..4684ec9 100644 --- a/STSdb4/Database/Operations/OperationCode.cs +++ b/STSdb4/Database/Operations/OperationCode.cs @@ -1,11 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using STSdb4.WaterfallTree; -using STSdb4.Data; - -namespace STSdb4.Database.Operations +namespace STSdb4.Database.Operations { public static class OperationCode { diff --git a/STSdb4/Database/Operations/OverallOperations.cs b/STSdb4/Database/Operations/OverallOperations.cs index 13afa4f..3dc1264 100644 --- a/STSdb4/Database/Operations/OverallOperations.cs +++ b/STSdb4/Database/Operations/OverallOperations.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using STSdb4.WaterfallTree; +using STSdb4.WaterfallTree; using STSdb4.Data; namespace STSdb4.Database.Operations diff --git a/STSdb4/Database/Operations/PointOperations.cs b/STSdb4/Database/Operations/PointOperations.cs index f84cdf3..12786c2 100644 --- a/STSdb4/Database/Operations/PointOperations.cs +++ b/STSdb4/Database/Operations/PointOperations.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using STSdb4.WaterfallTree; -using System.Threading; +using STSdb4.WaterfallTree; using STSdb4.Data; namespace STSdb4.Database.Operations diff --git a/STSdb4/Database/Operations/RangeOperations.cs b/STSdb4/Database/Operations/RangeOperations.cs index 51ecc66..b71da21 100644 --- a/STSdb4/Database/Operations/RangeOperations.cs +++ b/STSdb4/Database/Operations/RangeOperations.cs @@ -1,10 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using STSdb4.WaterfallTree; +using STSdb4.WaterfallTree; using STSdb4.Data; -using STSdb4.General.Collections; namespace STSdb4.Database.Operations { diff --git a/STSdb4/Database/OrderedSetFactory.cs b/STSdb4/Database/OrderedSetFactory.cs index 18099f3..b4e8aa9 100644 --- a/STSdb4/Database/OrderedSetFactory.cs +++ b/STSdb4/Database/OrderedSetFactory.cs @@ -1,10 +1,6 @@ using STSdb4.Data; using STSdb4.General.Collections; using STSdb4.WaterfallTree; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.Database { diff --git a/STSdb4/Database/STSdb.cs b/STSdb4/Database/STSdb.cs index b50442f..584799c 100644 --- a/STSdb4/Database/STSdb.cs +++ b/STSdb4/Database/STSdb.cs @@ -3,10 +3,7 @@ using STSdb4.Remote; using STSdb4.Storage; using STSdb4.WaterfallTree; -using System; using System.IO; -using System.Linq; -using System.Text; namespace STSdb4.Database { diff --git a/STSdb4/Database/StorageEngine.cs b/STSdb4/Database/StorageEngine.cs index 8b4ada1..a47daa7 100644 --- a/STSdb4/Database/StorageEngine.cs +++ b/STSdb4/Database/StorageEngine.cs @@ -1,13 +1,7 @@ using System; -using System.Collections.Concurrent; -using System.IO; -using STSdb4.General.Extensions; using STSdb4.Data; -using STSdb4.Storage; using STSdb4.WaterfallTree; using System.Linq; -using STSdb4.General.IO; -using System.Management; using System.Collections.Generic; using System.Collections; using System.Diagnostics; diff --git a/STSdb4/Database/StructureType.cs b/STSdb4/Database/StructureType.cs index 6ba7f08..2c95d14 100644 --- a/STSdb4/Database/StructureType.cs +++ b/STSdb4/Database/StructureType.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.Database +namespace STSdb4.Database { public static class StructureType { diff --git a/STSdb4/Database/XFile.cs b/STSdb4/Database/XFile.cs index 71d8f6f..646c4a1 100644 --- a/STSdb4/Database/XFile.cs +++ b/STSdb4/Database/XFile.cs @@ -1,5 +1,4 @@ using STSdb4.Data; -using System; namespace STSdb4.Database { diff --git a/STSdb4/Database/XStreamApply.cs b/STSdb4/Database/XStreamApply.cs index 4e96efd..2d29ad5 100644 --- a/STSdb4/Database/XStreamApply.cs +++ b/STSdb4/Database/XStreamApply.cs @@ -4,7 +4,6 @@ using STSdb4.Data; using STSdb4.Database.Operations; using STSdb4.WaterfallTree; -using STSdb4.Database.Operations; namespace STSdb4.Database { diff --git a/STSdb4/Database/XTable.cs b/STSdb4/Database/XTable.cs index e166a01..523ab91 100644 --- a/STSdb4/Database/XTable.cs +++ b/STSdb4/Database/XTable.cs @@ -3,8 +3,6 @@ using System; using System.Collections; using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.Database { diff --git a/STSdb4/Database/XTableApply.cs b/STSdb4/Database/XTableApply.cs index f63fc30..e9c0f2b 100644 --- a/STSdb4/Database/XTableApply.cs +++ b/STSdb4/Database/XTableApply.cs @@ -3,7 +3,6 @@ using STSdb4.Data; using STSdb4.Database.Operations; using STSdb4.WaterfallTree; -using System.Collections.Generic; namespace STSdb4.Database { diff --git a/STSdb4/Database/XTablePortable.cs b/STSdb4/Database/XTablePortable.cs index a339b85..72374df 100644 --- a/STSdb4/Database/XTablePortable.cs +++ b/STSdb4/Database/XTablePortable.cs @@ -1,12 +1,9 @@ using System; using System.Collections; using System.Collections.Generic; -using System.Diagnostics; using System.Linq; -using System.Threading; using System.Threading.Tasks; using STSdb4.General.Collections; -using STSdb4.General.Extensions; using STSdb4.Data; using STSdb4.Database.Operations; using STSdb4.WaterfallTree; diff --git a/STSdb4/General/Buffers/BitUtils.cs b/STSdb4/General/Buffers/BitUtils.cs index 4f5cc6e..cd7b045 100644 --- a/STSdb4/General/Buffers/BitUtils.cs +++ b/STSdb4/General/Buffers/BitUtils.cs @@ -1,9 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; -using System.Diagnostics; -using System.IO; -using System.Linq; namespace STSdb4.General.Buffers { diff --git a/STSdb4/General/Collections/Cache.cs b/STSdb4/General/Collections/Cache.cs index 0a3fa13..b1d62c3 100644 --- a/STSdb4/General/Collections/Cache.cs +++ b/STSdb4/General/Collections/Cache.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Text; +using System.Collections.Generic; using System.Collections; -using System.Diagnostics; namespace STSdb4.General.Collections { diff --git a/STSdb4/General/Collections/IOrderedSet.cs b/STSdb4/General/Collections/IOrderedSet.cs index d35f36a..950066f 100644 --- a/STSdb4/General/Collections/IOrderedSet.cs +++ b/STSdb4/General/Collections/IOrderedSet.cs @@ -1,9 +1,4 @@ -using STSdb4.General.Persist; -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; +using System.Collections.Generic; namespace STSdb4.General.Collections { diff --git a/STSdb4/General/Collections/IOrderedSetFactory.cs b/STSdb4/General/Collections/IOrderedSetFactory.cs index 311c6b8..539bd20 100644 --- a/STSdb4/General/Collections/IOrderedSetFactory.cs +++ b/STSdb4/General/Collections/IOrderedSetFactory.cs @@ -1,8 +1,4 @@ using STSdb4.Data; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.General.Collections { diff --git a/STSdb4/General/Collections/OrderedSet.cs b/STSdb4/General/Collections/OrderedSet.cs index e610b8d..f11b407 100644 --- a/STSdb4/General/Collections/OrderedSet.cs +++ b/STSdb4/General/Collections/OrderedSet.cs @@ -1,14 +1,9 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; using System.Collections; using System.Diagnostics; using STSdb4.General.Extensions; using STSdb4.General.Comparers; -using System.IO; -using STSdb4.General.Persist; -using System.Threading.Tasks; namespace STSdb4.General.Collections { diff --git a/STSdb4/General/Collections/SortedSetPatch.cs b/STSdb4/General/Collections/SortedSetPatch.cs index 9de46ef..9692a9a 100644 --- a/STSdb4/General/Collections/SortedSetPatch.cs +++ b/STSdb4/General/Collections/SortedSetPatch.cs @@ -1,13 +1,4 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Diagnostics; -using System.Runtime.InteropServices; -using System.Runtime.Serialization; -using System.Security; -using System.Threading; - -namespace STSdb4.General.Collections +namespace STSdb4.General.Collections { //[Serializable, DebuggerTypeProxy(typeof(SortedSetDebugView<>)), DebuggerDisplay("Count = {Count}")] //public class SortedSetPatch : ISet, ICollection, IEnumerable, ICollection, IEnumerable, ISerializable, IDeserializationCallback diff --git a/STSdb4/General/Communication/ClientConnection.cs b/STSdb4/General/Communication/ClientConnection.cs index d902f0b..fd9dbac 100644 --- a/STSdb4/General/Communication/ClientConnection.cs +++ b/STSdb4/General/Communication/ClientConnection.cs @@ -1,13 +1,7 @@ -using STSdb4.Database; -using STSdb4.Remote; -using STSdb4.WaterfallTree; -using System; +using System; using System.Collections.Concurrent; -using System.Collections.Generic; using System.IO; -using System.Linq; using System.Net.Sockets; -using System.Text; using System.Threading; namespace STSdb4.General.Communication diff --git a/STSdb4/General/Communication/Packet.cs b/STSdb4/General/Communication/Packet.cs index c495410..72c616c 100644 --- a/STSdb4/General/Communication/Packet.cs +++ b/STSdb4/General/Communication/Packet.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; using System.Threading; namespace STSdb4.General.Communication diff --git a/STSdb4/General/Communication/ServerConnection.cs b/STSdb4/General/Communication/ServerConnection.cs index 629a714..ce787b7 100644 --- a/STSdb4/General/Communication/ServerConnection.cs +++ b/STSdb4/General/Communication/ServerConnection.cs @@ -2,9 +2,7 @@ using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; -using System.Linq; using System.Net.Sockets; -using System.Text; using System.Threading; namespace STSdb4.General.Communication diff --git a/STSdb4/General/Communication/TcpServer.cs b/STSdb4/General/Communication/TcpServer.cs index b41b5fe..d3535da 100644 --- a/STSdb4/General/Communication/TcpServer.cs +++ b/STSdb4/General/Communication/TcpServer.cs @@ -1,10 +1,8 @@ using System; using System.Collections.Generic; using System.Collections.Concurrent; -using System.Linq; using System.Net; using System.Net.Sockets; -using System.Text; using System.Threading; namespace STSdb4.General.Communication diff --git a/STSdb4/General/Comparers/BigEndianByteArrayComparer.cs b/STSdb4/General/Comparers/BigEndianByteArrayComparer.cs index e6dccdb..2ab3c26 100644 --- a/STSdb4/General/Comparers/BigEndianByteArrayComparer.cs +++ b/STSdb4/General/Comparers/BigEndianByteArrayComparer.cs @@ -1,8 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using STSdb4.General.Extensions; namespace STSdb4.General.Comparers { diff --git a/STSdb4/General/Comparers/BigEndianByteArrayEqualityComparer.cs b/STSdb4/General/Comparers/BigEndianByteArrayEqualityComparer.cs index 6497a0d..6e760f7 100644 --- a/STSdb4/General/Comparers/BigEndianByteArrayEqualityComparer.cs +++ b/STSdb4/General/Comparers/BigEndianByteArrayEqualityComparer.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Collections.Generic; using STSdb4.General.Extensions; namespace STSdb4.General.Comparers diff --git a/STSdb4/General/Comparers/ByteOrder.cs b/STSdb4/General/Comparers/ByteOrder.cs index 3a027f6..e21a01c 100644 --- a/STSdb4/General/Comparers/ByteOrder.cs +++ b/STSdb4/General/Comparers/ByteOrder.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.General.Comparers +namespace STSdb4.General.Comparers { public enum ByteOrder : byte { diff --git a/STSdb4/General/Comparers/CommonArray.cs b/STSdb4/General/Comparers/CommonArray.cs index 4dd126d..e614d60 100644 --- a/STSdb4/General/Comparers/CommonArray.cs +++ b/STSdb4/General/Comparers/CommonArray.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Runtime.InteropServices; -using System.Text; +using System.Runtime.InteropServices; namespace STSdb4.General.Comparers { diff --git a/STSdb4/General/Comparers/ComparerInvertor.cs b/STSdb4/General/Comparers/ComparerInvertor.cs index 5efdac3..7c28a26 100644 --- a/STSdb4/General/Comparers/ComparerInvertor.cs +++ b/STSdb4/General/Comparers/ComparerInvertor.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Collections.Generic; namespace STSdb4.General.Comparers { diff --git a/STSdb4/General/Comparers/KeyValuePairComparer.cs b/STSdb4/General/Comparers/KeyValuePairComparer.cs index aa64d0a..a44c5c1 100644 --- a/STSdb4/General/Comparers/KeyValuePairComparer.cs +++ b/STSdb4/General/Comparers/KeyValuePairComparer.cs @@ -1,8 +1,4 @@ -using STSdb4.General.Collections; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Collections.Generic; namespace STSdb4.General.Comparers { diff --git a/STSdb4/General/Comparers/LittleEndianByteArrayComparer.cs b/STSdb4/General/Comparers/LittleEndianByteArrayComparer.cs index 7c82980..0dfab03 100644 --- a/STSdb4/General/Comparers/LittleEndianByteArrayComparer.cs +++ b/STSdb4/General/Comparers/LittleEndianByteArrayComparer.cs @@ -1,8 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; -using STSdb4.General.Extensions; namespace STSdb4.General.Comparers { diff --git a/STSdb4/General/Comparers/LittleEndianByteArrayEqualityComparer.cs b/STSdb4/General/Comparers/LittleEndianByteArrayEqualityComparer.cs index 533bdc6..9c22bd6 100644 --- a/STSdb4/General/Comparers/LittleEndianByteArrayEqualityComparer.cs +++ b/STSdb4/General/Comparers/LittleEndianByteArrayEqualityComparer.cs @@ -1,9 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Collections.Generic; using STSdb4.General.Extensions; -using System.Runtime.InteropServices; namespace STSdb4.General.Comparers { diff --git a/STSdb4/General/Comparers/SortOrder.cs b/STSdb4/General/Comparers/SortOrder.cs index 93ff233..f8cd5cd 100644 --- a/STSdb4/General/Comparers/SortOrder.cs +++ b/STSdb4/General/Comparers/SortOrder.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.General.Comparers +namespace STSdb4.General.Comparers { public enum SortOrder : byte { diff --git a/STSdb4/General/Compression/CountCompression.cs b/STSdb4/General/Compression/CountCompression.cs index d98450e..eb29ccf 100644 --- a/STSdb4/General/Compression/CountCompression.cs +++ b/STSdb4/General/Compression/CountCompression.cs @@ -1,7 +1,4 @@ -using System; using System.IO; -using System.Diagnostics; -using System.Collections.Generic; namespace STSdb4.General.Compression { diff --git a/STSdb4/General/Compression/DeltaCompression.cs b/STSdb4/General/Compression/DeltaCompression.cs index 01e089e..837afa4 100644 --- a/STSdb4/General/Compression/DeltaCompression.cs +++ b/STSdb4/General/Compression/DeltaCompression.cs @@ -1,9 +1,6 @@ using System; -using System.Collections.Generic; using System.Diagnostics; using System.IO; -using System.Linq; -using System.Text; using STSdb4.General.Buffers; using STSdb4.General.Comparers; diff --git a/STSdb4/General/Diagnostics/MemoryMonitor.cs b/STSdb4/General/Diagnostics/MemoryMonitor.cs index ea9e429..39622bd 100644 --- a/STSdb4/General/Diagnostics/MemoryMonitor.cs +++ b/STSdb4/General/Diagnostics/MemoryMonitor.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.Diagnostics; -using System.Linq; -using System.Text; using System.Threading; using System.Threading.Tasks; diff --git a/STSdb4/General/Environment.cs b/STSdb4/General/Environment.cs index 150437d..6a9319d 100644 --- a/STSdb4/General/Environment.cs +++ b/STSdb4/General/Environment.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.General { diff --git a/STSdb4/General/Extensions/ArrayExtensions.cs b/STSdb4/General/Extensions/ArrayExtensions.cs index 82647c7..b502dbc 100644 --- a/STSdb4/General/Extensions/ArrayExtensions.cs +++ b/STSdb4/General/Extensions/ArrayExtensions.cs @@ -1,7 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/ByteArrayExtensions.cs b/STSdb4/General/Extensions/ByteArrayExtensions.cs index 877e064..f7cabf6 100644 --- a/STSdb4/General/Extensions/ByteArrayExtensions.cs +++ b/STSdb4/General/Extensions/ByteArrayExtensions.cs @@ -1,6 +1,5 @@ using STSdb4.General.Comparers; using System; -using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/STSdb4/General/Extensions/DecimalExtensions.cs b/STSdb4/General/Extensions/DecimalExtensions.cs index d024dee..febc605 100644 --- a/STSdb4/General/Extensions/DecimalExtensions.cs +++ b/STSdb4/General/Extensions/DecimalExtensions.cs @@ -1,10 +1,6 @@ using System; -using System.Collections.Generic; -using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; -using System.Threading.Tasks; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/ExpressionExtensions.cs b/STSdb4/General/Extensions/ExpressionExtensions.cs index 8479042..cd90656 100644 --- a/STSdb4/General/Extensions/ExpressionExtensions.cs +++ b/STSdb4/General/Extensions/ExpressionExtensions.cs @@ -1,10 +1,8 @@ using System; using System.Collections; -using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/IEnumerableExtensions.cs b/STSdb4/General/Extensions/IEnumerableExtensions.cs index cd99e56..7315fd3 100644 --- a/STSdb4/General/Extensions/IEnumerableExtensions.cs +++ b/STSdb4/General/Extensions/IEnumerableExtensions.cs @@ -1,7 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/IListExtensions.cs b/STSdb4/General/Extensions/IListExtensions.cs index 3905e2b..7c2305c 100644 --- a/STSdb4/General/Extensions/IListExtensions.cs +++ b/STSdb4/General/Extensions/IListExtensions.cs @@ -1,8 +1,6 @@ using System; using System.Collections; using System.Collections.Generic; -using System.Linq.Expressions; -using System.Text; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/KeyValuePairExtensions.cs b/STSdb4/General/Extensions/KeyValuePairExtensions.cs index 69328eb..65ab210 100644 --- a/STSdb4/General/Extensions/KeyValuePairExtensions.cs +++ b/STSdb4/General/Extensions/KeyValuePairExtensions.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; +using System.Collections.Generic; using System.Linq.Expressions; -using System.Text; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/ListExtensions.cs b/STSdb4/General/Extensions/ListExtensions.cs index 76bcf98..0e45c38 100644 --- a/STSdb4/General/Extensions/ListExtensions.cs +++ b/STSdb4/General/Extensions/ListExtensions.cs @@ -1,8 +1,6 @@ using System; using System.Collections.Generic; -using System.Linq; using System.Linq.Expressions; -using System.Text; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/SortedSetExtensions.cs b/STSdb4/General/Extensions/SortedSetExtensions.cs index 4c25039..e97f356 100644 --- a/STSdb4/General/Extensions/SortedSetExtensions.cs +++ b/STSdb4/General/Extensions/SortedSetExtensions.cs @@ -4,7 +4,6 @@ using System.Linq; using System.Linq.Expressions; using System.Reflection; -using System.Text; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/StopwatchExtensions.cs b/STSdb4/General/Extensions/StopwatchExtensions.cs index 7d8185f..3deb57b 100644 --- a/STSdb4/General/Extensions/StopwatchExtensions.cs +++ b/STSdb4/General/Extensions/StopwatchExtensions.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Diagnostics; -using System.Linq; -using System.Text; +using System.Diagnostics; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/StringExtensions.cs b/STSdb4/General/Extensions/StringExtensions.cs index d30b10b..f8224f4 100644 --- a/STSdb4/General/Extensions/StringExtensions.cs +++ b/STSdb4/General/Extensions/StringExtensions.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/Extensions/TypeExtensions.cs b/STSdb4/General/Extensions/TypeExtensions.cs index e6bb253..786abd9 100644 --- a/STSdb4/General/Extensions/TypeExtensions.cs +++ b/STSdb4/General/Extensions/TypeExtensions.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Linq; using System.Reflection; -using System.Text; namespace STSdb4.General.Extensions { diff --git a/STSdb4/General/IO/AtomicFile.cs b/STSdb4/General/IO/AtomicFile.cs index 9ad45e0..8470f41 100644 --- a/STSdb4/General/IO/AtomicFile.cs +++ b/STSdb4/General/IO/AtomicFile.cs @@ -1,10 +1,5 @@ using STSdb4.General.Comparers; -using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace STSdb4.General.IO { diff --git a/STSdb4/General/IO/IOUtils.cs b/STSdb4/General/IO/IOUtils.cs index 7849118..ea8e9f1 100644 --- a/STSdb4/General/IO/IOUtils.cs +++ b/STSdb4/General/IO/IOUtils.cs @@ -1,8 +1,5 @@ -using System; -using System.Collections.Generic; -using System.IO; +using System.IO; using System.Linq; -using System.Text; namespace STSdb4.General.IO { diff --git a/STSdb4/General/IO/OptimizedFileStream.cs b/STSdb4/General/IO/OptimizedFileStream.cs index a1a7c6a..8d671cc 100644 --- a/STSdb4/General/IO/OptimizedFileStream.cs +++ b/STSdb4/General/IO/OptimizedFileStream.cs @@ -1,6 +1,4 @@ using System; -using System.Collections.Generic; -using System.Text; using System.IO; namespace STSdb4.General.IO diff --git a/STSdb4/General/Mathematics/MathUtils.cs b/STSdb4/General/Mathematics/MathUtils.cs index 87946e9..a6b6d31 100644 --- a/STSdb4/General/Mathematics/MathUtils.cs +++ b/STSdb4/General/Mathematics/MathUtils.cs @@ -1,8 +1,5 @@ using STSdb4.General.Extensions; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.General.Mathematics { diff --git a/STSdb4/General/Persist/ByteArrayIndexerPersist.cs b/STSdb4/General/Persist/ByteArrayIndexerPersist.cs index dd86276..d2b1e88 100644 --- a/STSdb4/General/Persist/ByteArrayIndexerPersist.cs +++ b/STSdb4/General/Persist/ByteArrayIndexerPersist.cs @@ -1,6 +1,5 @@ using System; using System.IO; -using System.Collections.Generic; using STSdb4.General.Compression; namespace STSdb4.General.Persist diff --git a/STSdb4/General/Persist/DateTimeIndexerPersist.cs b/STSdb4/General/Persist/DateTimeIndexerPersist.cs index 7997f2f..aebf124 100644 --- a/STSdb4/General/Persist/DateTimeIndexerPersist.cs +++ b/STSdb4/General/Persist/DateTimeIndexerPersist.cs @@ -1,6 +1,5 @@ using System; using System.IO; -using System.Diagnostics; namespace STSdb4.General.Persist { diff --git a/STSdb4/General/Persist/FloatIndexerPersist.cs b/STSdb4/General/Persist/FloatIndexerPersist.cs index e02f5e2..f2d0637 100644 --- a/STSdb4/General/Persist/FloatIndexerPersist.cs +++ b/STSdb4/General/Persist/FloatIndexerPersist.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.IO; using STSdb4.General.Compression; using STSdb4.General.Mathematics; diff --git a/STSdb4/General/Persist/IPersist.cs b/STSdb4/General/Persist/IPersist.cs index df5e416..00fe3f1 100644 --- a/STSdb4/General/Persist/IPersist.cs +++ b/STSdb4/General/Persist/IPersist.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.IO; +using System.IO; namespace STSdb4.General.Persist { diff --git a/STSdb4/General/Persist/IntegerIndexerPersist.cs b/STSdb4/General/Persist/IntegerIndexerPersist.cs index 394908a..02f3acf 100644 --- a/STSdb4/General/Persist/IntegerIndexerPersist.cs +++ b/STSdb4/General/Persist/IntegerIndexerPersist.cs @@ -1,6 +1,5 @@ using System; using System.IO; -using System.Collections.Generic; using STSdb4.General.Compression; namespace STSdb4.General.Persist diff --git a/STSdb4/General/Persist/StringIndexerPersist.cs b/STSdb4/General/Persist/StringIndexerPersist.cs index 6619d7b..058cd96 100644 --- a/STSdb4/General/Persist/StringIndexerPersist.cs +++ b/STSdb4/General/Persist/StringIndexerPersist.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; using System.IO; using STSdb4.General.Extensions; diff --git a/STSdb4/General/Persist/TimeSpanIndexerPersist.cs b/STSdb4/General/Persist/TimeSpanIndexerPersist.cs index e60027c..5738056 100644 --- a/STSdb4/General/Persist/TimeSpanIndexerPersist.cs +++ b/STSdb4/General/Persist/TimeSpanIndexerPersist.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; namespace STSdb4.General.Persist { diff --git a/STSdb4/General/Threading/Countdown.cs b/STSdb4/General/Threading/Countdown.cs index f77e201..e04cd24 100644 --- a/STSdb4/General/Threading/Countdown.cs +++ b/STSdb4/General/Threading/Countdown.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading; +using System.Threading; namespace STSdb4.General.Threading { diff --git a/STSdb4/Properties/AssemblyInfo.cs b/STSdb4/Properties/AssemblyInfo.cs index 02172a6..f083781 100644 --- a/STSdb4/Properties/AssemblyInfo.cs +++ b/STSdb4/Properties/AssemblyInfo.cs @@ -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 diff --git a/STSdb4/Remote/Commands/CommandCode.cs b/STSdb4/Remote/Commands/CommandCode.cs index ebed3d0..b4b74a3 100644 --- a/STSdb4/Remote/Commands/CommandCode.cs +++ b/STSdb4/Remote/Commands/CommandCode.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.Remote.Commands +namespace STSdb4.Remote.Commands { public class CommandCode { diff --git a/STSdb4/Remote/Commands/CommandCollection.cs b/STSdb4/Remote/Commands/CommandCollection.cs index 05e646b..5e6c84f 100644 --- a/STSdb4/Remote/Commands/CommandCollection.cs +++ b/STSdb4/Remote/Commands/CommandCollection.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Collections.Generic; using STSdb4.General.Extensions; namespace STSdb4.Remote.Commands diff --git a/STSdb4/Remote/Commands/CommandCollectionPersist.cs b/STSdb4/Remote/Commands/CommandCollectionPersist.cs index f8e5aff..f86b4ac 100644 --- a/STSdb4/Remote/Commands/CommandCollectionPersist.cs +++ b/STSdb4/Remote/Commands/CommandCollectionPersist.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; using STSdb4.General.Persist; using STSdb4.Data; diff --git a/STSdb4/Remote/Commands/CommandsPersist.Persist.cs b/STSdb4/Remote/Commands/CommandsPersist.Persist.cs index e56559e..378e915 100644 --- a/STSdb4/Remote/Commands/CommandsPersist.Persist.cs +++ b/STSdb4/Remote/Commands/CommandsPersist.Persist.cs @@ -4,8 +4,6 @@ using System; using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; namespace STSdb4.Remote.Commands { diff --git a/STSdb4/Remote/Commands/HeapCommands.cs b/STSdb4/Remote/Commands/HeapCommands.cs index aa9dae1..f87942d 100644 --- a/STSdb4/Remote/Commands/HeapCommands.cs +++ b/STSdb4/Remote/Commands/HeapCommands.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.Remote.Commands +namespace STSdb4.Remote.Commands { public class HeapObtainNewHandleCommand : ICommand { diff --git a/STSdb4/Remote/Commands/ICommand.cs b/STSdb4/Remote/Commands/ICommand.cs index 5caa7a0..bf5b9e9 100644 --- a/STSdb4/Remote/Commands/ICommand.cs +++ b/STSdb4/Remote/Commands/ICommand.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using STSdb4.WaterfallTree; - -namespace STSdb4.Remote.Commands +namespace STSdb4.Remote.Commands { public interface ICommand { diff --git a/STSdb4/Remote/Commands/ICommandsPersist.cs b/STSdb4/Remote/Commands/ICommandsPersist.cs index 014e535..4f676b7 100644 --- a/STSdb4/Remote/Commands/ICommandsPersist.cs +++ b/STSdb4/Remote/Commands/ICommandsPersist.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; +using System.IO; namespace STSdb4.Remote.Commands { diff --git a/STSdb4/Remote/Commands/StorageEngineCommands.cs b/STSdb4/Remote/Commands/StorageEngineCommands.cs index d57d13c..e571434 100644 --- a/STSdb4/Remote/Commands/StorageEngineCommands.cs +++ b/STSdb4/Remote/Commands/StorageEngineCommands.cs @@ -1,7 +1,5 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; using STSdb4.WaterfallTree; using STSdb4.Data; diff --git a/STSdb4/Remote/Commands/XTableCommands.cs b/STSdb4/Remote/Commands/XTableCommands.cs index 46cf16f..dc8ca4e 100644 --- a/STSdb4/Remote/Commands/XTableCommands.cs +++ b/STSdb4/Remote/Commands/XTableCommands.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Collections.Generic; using STSdb4.Data; using STSdb4.WaterfallTree; diff --git a/STSdb4/Remote/Descriptor.cs b/STSdb4/Remote/Descriptor.cs index bcb815b..b7d214a 100644 --- a/STSdb4/Remote/Descriptor.cs +++ b/STSdb4/Remote/Descriptor.cs @@ -1,14 +1,10 @@ using STSdb4.Data; -using STSdb4.Database; using STSdb4.General.Compression; using STSdb4.General.Persist; using STSdb4.WaterfallTree; using System; using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using STSdb4.Remote.Commands; namespace STSdb4.Remote { diff --git a/STSdb4/Remote/Heap/HeapServer.cs b/STSdb4/Remote/Heap/HeapServer.cs index 4c2c6e1..cb5c3a6 100644 --- a/STSdb4/Remote/Heap/HeapServer.cs +++ b/STSdb4/Remote/Heap/HeapServer.cs @@ -1,12 +1,8 @@ using STSdb4.General.Communication; using STSdb4.WaterfallTree; using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; using System.Threading; -using System.Threading.Tasks; namespace STSdb4.Remote.Heap { diff --git a/STSdb4/Remote/Heap/RemoteHeap.cs b/STSdb4/Remote/Heap/RemoteHeap.cs index 1bbe8e4..ef985bb 100644 --- a/STSdb4/Remote/Heap/RemoteHeap.cs +++ b/STSdb4/Remote/Heap/RemoteHeap.cs @@ -1,11 +1,6 @@ using STSdb4.General.Communication; using STSdb4.WaterfallTree; -using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace STSdb4.Remote.Heap { diff --git a/STSdb4/Remote/Heap/RemoteHeapCommands.cs b/STSdb4/Remote/Heap/RemoteHeapCommands.cs index cf8c871..92dfaea 100644 --- a/STSdb4/Remote/Heap/RemoteHeapCommands.cs +++ b/STSdb4/Remote/Heap/RemoteHeapCommands.cs @@ -1,10 +1,5 @@ using STSdb4.General.Compression; -using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace STSdb4.Remote.Heap { diff --git a/STSdb4/Remote/Message.cs b/STSdb4/Remote/Message.cs index 1378c61..05d3793 100644 --- a/STSdb4/Remote/Message.cs +++ b/STSdb4/Remote/Message.cs @@ -1,12 +1,8 @@ using System; using System.IO; -using System.Linq; -using System.Text; using STSdb4.Data; using System.Collections.Generic; using STSdb4.WaterfallTree; -using STSdb4.Database; -using STSdb4.General.Persist; using STSdb4.Remote.Commands; namespace STSdb4.Remote diff --git a/STSdb4/Remote/StorageEngineServer.cs b/STSdb4/Remote/StorageEngineServer.cs index a1c849e..3bdb181 100644 --- a/STSdb4/Remote/StorageEngineServer.cs +++ b/STSdb4/Remote/StorageEngineServer.cs @@ -1,13 +1,9 @@ using STSdb4.Data; using STSdb4.Database; -using STSdb4.Database.Operations; -using STSdb4.Remote; -using STSdb4.General.Collections; using System; using System.Collections.Generic; using System.IO; using System.Linq; -using System.Text; using System.Threading; using System.Threading.Tasks; using STSdb4.WaterfallTree; diff --git a/STSdb4/Storage/AtomicHeader.cs b/STSdb4/Storage/AtomicHeader.cs index da5dee0..5a26e54 100644 --- a/STSdb4/Storage/AtomicHeader.cs +++ b/STSdb4/Storage/AtomicHeader.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; namespace STSdb4.Storage { diff --git a/STSdb4/Storage/DirectoryHeap.cs b/STSdb4/Storage/DirectoryHeap.cs index 813f9c3..9d40675 100644 --- a/STSdb4/Storage/DirectoryHeap.cs +++ b/STSdb4/Storage/DirectoryHeap.cs @@ -1,14 +1,4 @@ -using STSdb4.General.IO; -using STSdb4.WaterfallTree; -using System; -using System.Collections.Generic; -using System.Diagnostics; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace STSdb4.Storage +namespace STSdb4.Storage { //public class DirectoryHeap : IHeap //{ diff --git a/STSdb4/Storage/Pointer.cs b/STSdb4/Storage/Pointer.cs index dfbd135..0604fe6 100644 --- a/STSdb4/Storage/Pointer.cs +++ b/STSdb4/Storage/Pointer.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; namespace STSdb4.Storage { diff --git a/STSdb4/Storage/Ptr.cs b/STSdb4/Storage/Ptr.cs index c87c8a4..db656c4 100644 --- a/STSdb4/Storage/Ptr.cs +++ b/STSdb4/Storage/Ptr.cs @@ -1,10 +1,7 @@ using System; -using System.Collections.Generic; using System.Diagnostics; using System.IO; -using System.Linq; using System.Runtime.InteropServices; -using System.Text; namespace STSdb4.Storage { diff --git a/STSdb4/Storage/Space.cs b/STSdb4/Storage/Space.cs index 589dc36..bdf519a 100644 --- a/STSdb4/Storage/Space.cs +++ b/STSdb4/Storage/Space.cs @@ -1,9 +1,6 @@ using System; using System.Collections.Generic; -using System.Diagnostics; using System.IO; -using System.Linq; -using System.Text; namespace STSdb4.Storage { diff --git a/STSdb4/WaterfallTree/IApply.cs b/STSdb4/WaterfallTree/IApply.cs index a28395d..af6a4a4 100644 --- a/STSdb4/WaterfallTree/IApply.cs +++ b/STSdb4/WaterfallTree/IApply.cs @@ -1,10 +1,5 @@ using STSdb4.Data; -using STSdb4.Database; using STSdb4.General.Collections; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/IDataContainer.cs b/STSdb4/WaterfallTree/IDataContainer.cs index 0581df0..31aa195 100644 --- a/STSdb4/WaterfallTree/IDataContainer.cs +++ b/STSdb4/WaterfallTree/IDataContainer.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Collections; -using STSdb4.Data; +using STSdb4.Data; using STSdb4.General.Collections; namespace STSdb4.WaterfallTree diff --git a/STSdb4/WaterfallTree/IDescriptor.cs b/STSdb4/WaterfallTree/IDescriptor.cs index 6b3af16..fe4d89a 100644 --- a/STSdb4/WaterfallTree/IDescriptor.cs +++ b/STSdb4/WaterfallTree/IDescriptor.cs @@ -2,8 +2,6 @@ using STSdb4.Data; using System; using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/IHeap.cs b/STSdb4/WaterfallTree/IHeap.cs index 72b7a4a..e6e3c09 100644 --- a/STSdb4/WaterfallTree/IHeap.cs +++ b/STSdb4/WaterfallTree/IHeap.cs @@ -1,10 +1,4 @@ -using STSdb4.Storage; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.WaterfallTree +namespace STSdb4.WaterfallTree { /// /// Gives opportunity to write and read blocks referenced by logical keys (handles). The heap implementations must provide atomic commit of all writes (all or nothing) and must be thread-safe. diff --git a/STSdb4/WaterfallTree/IOperation.cs b/STSdb4/WaterfallTree/IOperation.cs index f36891b..895e1a3 100644 --- a/STSdb4/WaterfallTree/IOperation.cs +++ b/STSdb4/WaterfallTree/IOperation.cs @@ -1,8 +1,4 @@ using STSdb4.Data; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/IOperationCollection.cs b/STSdb4/WaterfallTree/IOperationCollection.cs index 854a3ec..f536b67 100644 --- a/STSdb4/WaterfallTree/IOperationCollection.cs +++ b/STSdb4/WaterfallTree/IOperationCollection.cs @@ -1,9 +1,5 @@ using STSdb4.Data; -using STSdb4.Database; -using System; using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/IOperationCollectionFactory.cs b/STSdb4/WaterfallTree/IOperationCollectionFactory.cs index ffc6a21..fd9a1ad 100644 --- a/STSdb4/WaterfallTree/IOperationCollectionFactory.cs +++ b/STSdb4/WaterfallTree/IOperationCollectionFactory.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace STSdb4.WaterfallTree +namespace STSdb4.WaterfallTree { public interface IOperationCollectionFactory { diff --git a/STSdb4/WaterfallTree/Locator.cs b/STSdb4/WaterfallTree/Locator.cs index 974d481..7524dfe 100644 --- a/STSdb4/WaterfallTree/Locator.cs +++ b/STSdb4/WaterfallTree/Locator.cs @@ -7,8 +7,6 @@ using System.Collections.Generic; using System.Diagnostics; using System.IO; -using System.Linq; -using System.Runtime.Serialization.Formatters.Binary; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/Scheme.cs b/STSdb4/WaterfallTree/Scheme.cs index d430e5b..d88fa3d 100644 --- a/STSdb4/WaterfallTree/Scheme.cs +++ b/STSdb4/WaterfallTree/Scheme.cs @@ -1,12 +1,9 @@ using STSdb4.Data; -using STSdb4.Database; using System; using System.Collections; using System.Collections.Concurrent; using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; using System.Threading; namespace STSdb4.WaterfallTree diff --git a/STSdb4/WaterfallTree/SentinelPersistKey.cs b/STSdb4/WaterfallTree/SentinelPersistKey.cs index 9856727..5a7b5fc 100644 --- a/STSdb4/WaterfallTree/SentinelPersistKey.cs +++ b/STSdb4/WaterfallTree/SentinelPersistKey.cs @@ -1,11 +1,6 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; +using System.IO; using STSdb4.General.Persist; using STSdb4.Data; -using STSdb4.WaterfallTree; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/TypeCache.cs b/STSdb4/WaterfallTree/TypeCache.cs index 757990c..dbd748b 100644 --- a/STSdb4/WaterfallTree/TypeCache.cs +++ b/STSdb4/WaterfallTree/TypeCache.cs @@ -1,9 +1,6 @@ using System; using System.Collections.Concurrent; -using System.Collections.Generic; -using System.Linq; using System.Reflection; -using System.Text; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/TypeEngine.cs b/STSdb4/WaterfallTree/TypeEngine.cs index 0ac177c..f134377 100644 --- a/STSdb4/WaterfallTree/TypeEngine.cs +++ b/STSdb4/WaterfallTree/TypeEngine.cs @@ -3,8 +3,6 @@ using System; using System.Collections.Concurrent; using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/WTree.Branch.Fall.cs b/STSdb4/WaterfallTree/WTree.Branch.Fall.cs index 08d2de4..ec600b4 100644 --- a/STSdb4/WaterfallTree/WTree.Branch.Fall.cs +++ b/STSdb4/WaterfallTree/WTree.Branch.Fall.cs @@ -1,13 +1,7 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using System.Diagnostics; -using STSdb4.Database; using System.Threading; using System.Threading.Tasks; -using System.Collections; -using System.IO; using STSdb4.Data; namespace STSdb4.WaterfallTree diff --git a/STSdb4/WaterfallTree/WTree.Branch.cs b/STSdb4/WaterfallTree/WTree.Branch.cs index a4a2568..382f8a6 100644 --- a/STSdb4/WaterfallTree/WTree.Branch.cs +++ b/STSdb4/WaterfallTree/WTree.Branch.cs @@ -1,13 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Diagnostics; -using STSdb4.Database; -using System.Threading; -using System.Threading.Tasks; -using System.Collections; -using System.IO; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/WTree.BranchCache.cs b/STSdb4/WaterfallTree/WTree.BranchCache.cs index a44c4b9..e738dbc 100644 --- a/STSdb4/WaterfallTree/WTree.BranchCache.cs +++ b/STSdb4/WaterfallTree/WTree.BranchCache.cs @@ -1,11 +1,8 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; -using System.Text; using System.Collections; using System.IO; using System.Diagnostics; -using STSdb4.Database; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/WTree.BranchCollection.cs b/STSdb4/WaterfallTree/WTree.BranchCollection.cs index f2db7ef..f1db4fc 100644 --- a/STSdb4/WaterfallTree/WTree.BranchCollection.cs +++ b/STSdb4/WaterfallTree/WTree.BranchCollection.cs @@ -1,14 +1,8 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Collections.Generic; using System.Diagnostics; using System.IO; -using System.Threading; using STSdb4.General.Compression; -using STSdb4.General.Collections; using STSdb4.General.Comparers; -using STSdb4.General.Extensions; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/WTree.BranchesOptimizator.cs b/STSdb4/WaterfallTree/WTree.BranchesOptimizator.cs index 2cfcfbb..32fa0df 100644 --- a/STSdb4/WaterfallTree/WTree.BranchesOptimizator.cs +++ b/STSdb4/WaterfallTree/WTree.BranchesOptimizator.cs @@ -1,11 +1,7 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Collections.Generic; using System.Diagnostics; using System.Collections.Concurrent; using STSdb4.Data; -using STSdb4.Database; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/WTree.FullKey.cs b/STSdb4/WaterfallTree/WTree.FullKey.cs index e77f221..ee86cdd 100644 --- a/STSdb4/WaterfallTree/WTree.FullKey.cs +++ b/STSdb4/WaterfallTree/WTree.FullKey.cs @@ -1,9 +1,5 @@ using STSdb4.Data; -using STSdb4.Database; using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/WTree.Header.cs b/STSdb4/WaterfallTree/WTree.Header.cs index af54d69..5620bdd 100644 --- a/STSdb4/WaterfallTree/WTree.Header.cs +++ b/STSdb4/WaterfallTree/WTree.Header.cs @@ -1,8 +1,5 @@ using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Text; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/WTree.InternalNode.Maintenance.cs b/STSdb4/WaterfallTree/WTree.InternalNode.Maintenance.cs index ed0e250..53ab051 100644 --- a/STSdb4/WaterfallTree/WTree.InternalNode.Maintenance.cs +++ b/STSdb4/WaterfallTree/WTree.InternalNode.Maintenance.cs @@ -1,7 +1,5 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; -using System.Text; using System.Threading.Tasks; using System.Diagnostics; diff --git a/STSdb4/WaterfallTree/WTree.InternalNode.cs b/STSdb4/WaterfallTree/WTree.InternalNode.cs index 745e9f5..153fa39 100644 --- a/STSdb4/WaterfallTree/WTree.InternalNode.cs +++ b/STSdb4/WaterfallTree/WTree.InternalNode.cs @@ -1,13 +1,8 @@ using System; using System.Collections.Generic; -using System.Linq; -using System.Text; using System.Diagnostics; -using STSdb4.Database; -using System.Threading; using System.IO; using System.Threading.Tasks; -using System.Collections.Concurrent; using STSdb4.General.Compression; using STSdb4.General.Extensions; using STSdb4.Data; diff --git a/STSdb4/WaterfallTree/WTree.LeafNode.cs b/STSdb4/WaterfallTree/WTree.LeafNode.cs index 71471ac..69cbcfc 100644 --- a/STSdb4/WaterfallTree/WTree.LeafNode.cs +++ b/STSdb4/WaterfallTree/WTree.LeafNode.cs @@ -1,12 +1,9 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; using System.Diagnostics; using System.IO; -using System.Threading; using STSdb4.General.Compression; -using STSdb4.Database; using STSdb4.General.Collections; using STSdb4.Data; diff --git a/STSdb4/WaterfallTree/WTree.Node.cs b/STSdb4/WaterfallTree/WTree.Node.cs index e2869a6..8cf30a6 100644 --- a/STSdb4/WaterfallTree/WTree.Node.cs +++ b/STSdb4/WaterfallTree/WTree.Node.cs @@ -1,12 +1,7 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using System.Diagnostics; using System.Threading; using System.IO; -using System.IO.Compression; -using STSdb4.General.Compression; namespace STSdb4.WaterfallTree { diff --git a/STSdb4/WaterfallTree/WTree.cs b/STSdb4/WaterfallTree/WTree.cs index 47b9196..22708d5 100644 --- a/STSdb4/WaterfallTree/WTree.cs +++ b/STSdb4/WaterfallTree/WTree.cs @@ -1,15 +1,12 @@ using System; using System.Collections.Generic; using System.Linq; -using System.Text; using System.Threading; -using System.Threading.Tasks; using System.Collections.Concurrent; using System.IO; using System.Diagnostics; using STSdb4.General.Threading; using STSdb4.Data; -using STSdb4.Database; using STSdb4.General.Collections; namespace STSdb4.WaterfallTree