Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/Newtonsoft.Json.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Newtonsoft.Json/ObjectCreationHandling.cs')
-rw-r--r--Src/Newtonsoft.Json/ObjectCreationHandling.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Src/Newtonsoft.Json/ObjectCreationHandling.cs b/Src/Newtonsoft.Json/ObjectCreationHandling.cs
index c2e9d6e..540fdc8 100644
--- a/Src/Newtonsoft.Json/ObjectCreationHandling.cs
+++ b/Src/Newtonsoft.Json/ObjectCreationHandling.cs
@@ -23,11 +23,6 @@
// OTHER DEALINGS IN THE SOFTWARE.
#endregion
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
namespace Newtonsoft.Json
{
/// <summary>