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/Utilities/EnumValues.cs')
-rw-r--r--Src/Newtonsoft.Json/Utilities/EnumValues.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Src/Newtonsoft.Json/Utilities/EnumValues.cs b/Src/Newtonsoft.Json/Utilities/EnumValues.cs
index ae385c2..b4252ed 100644
--- a/Src/Newtonsoft.Json/Utilities/EnumValues.cs
+++ b/Src/Newtonsoft.Json/Utilities/EnumValues.cs
@@ -23,11 +23,7 @@
// OTHER DEALINGS IN THE SOFTWARE.
#endregion
-using System;
-using System.Collections.Generic;
using System.Collections.ObjectModel;
-using System.Linq;
-using System.Text;
namespace Newtonsoft.Json.Utilities
{