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/IJsonLineInfo.cs')
-rw-r--r--Src/Newtonsoft.Json/IJsonLineInfo.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/Src/Newtonsoft.Json/IJsonLineInfo.cs b/Src/Newtonsoft.Json/IJsonLineInfo.cs
index 29c38f0..18cc788 100644
--- a/Src/Newtonsoft.Json/IJsonLineInfo.cs
+++ b/Src/Newtonsoft.Json/IJsonLineInfo.cs
@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Newtonsoft.Json
+namespace Newtonsoft.Json
{
/// <summary>
/// Provides an interface to enable a class to return line and position information.